Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

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?

Which is more important? DB design or coding? [closed]

database database-design

Database - Designing an "Events" Table

MySql Tinytext vs Varchar vs Char

MongoDB structure: single collection vs multiple smaller collections

mongodb database-design

Which provides better performance one big join or multiple queries?

storing year in database [closed]

what is the right data type for unique key in postgresql DB?

Database design - articles, blog posts, photos, stories

database-design

Soft delete best practices (PHP/MySQL)

Best user role permissions database design practice? [closed]

How should I implement this schema in MongoDB?

database-design mongodb

How do you store a trie in a relational database?