Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Database Design: private chat, group chat, and emails

Database design for recurring events with exceptions

is there a gem that builds a visual diagram of your table associations/relationships?

How do I store (and sort) vague date ranges?

nchar vs nvarchar performance

Effective management of data changes

Foreign key vs check constraint for integrity [closed]

Insert row if not exists leads to race condition?

Does Anyone Use Address Line 2

Data Modeling: Is it always necessary to use an intersection table?

CMS versioning strategies for content

How important is it to select the smallest possible data type when designing a database?

mysql database-design

CASCADE DELETE on two foreign key constraints

Best practices to enable/disable/delete database rows and its references?

Hibernate database specific columnDefinition values

Private Message Database Design

Should I use INT, CHAR or VARCHAR for Social Security Number? [closed]

Hadoop Hbase: Spreading column families across tables or not

how to model discount on items in a database?

Without joins on Google App Engine, does your data have to exist in one big table?