Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Generating reports from MySQL tables

DB design for sensor data (lots and LOTS of data)

What is the simplest way to save a file-tree in a postgres database?

Why would someone set primary_key=True on an One to one reationship (OneToOneField)?

abstract base class vs generic relations in django

How can I structure my database to order by a function dependent on time efficiently in MySQL?

Fillfactor for a sequential index that is PK

Is There Ever A Good Situation NOT To Use A Primary Key?

What is the advantages in using foreign keys and disadvantages in not using? [duplicate]

Representing hierarchical relationships with "multiple inheritance" in a relational database

python sql oop database-design

how to store custom object with list in sqlite database in android

Hotel Booking System: optimal SQL db structure for querying

Database columns type prefix

Are less tables better than more?

Choosing from multiple candidate keys

mysql database-design

Is it better to use separate databases in a Rails app instead of a single database?

Data structure for text corpus database

Is this database schema practical?