Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Effective strategy for leaving an audit trail/change history for DB applications?

Do nullable columns occupy additional space in PostgreSQL?

Hash Collision - what are the chances? [closed]

database-design hash

single fixed table with multiple columns vs flexible abstract tables

Facebook "like" data structure

Is there a simpler way to achieve this style of user messaging?

How to structure and query an appointment system based on time slots where each bookable entity has a different time table daily?

Limit an sqlite Table's Maximum Number of Rows

Anatomy of a Distributed System in PHP

Table Module vs. Domain Model

Does VARCHAR size limit matter? [duplicate]

Good place to look for example Database Designs - Best practices [closed]

how do simple SQLAlchemy relationships work?

Password hashing - how to upgrade?

Database table design for scheduling tasks

Database Design Without Foreign Keys

sql database-design

Database Design For Developing 'Quiz' Web Application using PHP and MySQL

Should I allow null values in a db schema?

SQL: Advantages of an ENUM vs. a one-to-many relationship?

Is it bad to rely on foreign key cascading?