Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Hierarchical Data - Nested Set Model: MySql

How to store formatted text in MySQL table?

Why so few full database schemas sample online?

Is normalizing the gender table going too far?

How to build a simple recommendation system?

Designing a conditional database relationship in SQL Server

How represent multiple similar foreign keys in ERD database diagram?

Leaderboard design using SQL Server

storing upvotes/downvotes in mongodb

mongodb database-design

Is there any "reverse" ON DELETE CASCADE option?

What's the best way to handle one-to-one relationships in SQL? [closed]

Store objects with common base class in database

Complex foreign key constraint in SQLAlchemy

Storing User Settings - anything wrong with using "Flags" or "Bits" instead of a bunch of bools?

Does varchar result in performance hit due to data fragmentation?

Good db table design: One table mixing different entities or separate table for each entity

database-design

Database schema which can support specialized properties

How to create one to many in SQLITE3?

What column should the clustered index be put on?

Should a user's profile be a separate model?