Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Android (distributed application) primary key strategy

Normalizing/validation for international data sets in a database?

How to implement polymorphic associations in an existing database

Persisting Enums in database tables

c# database-design enums

MongoDB / NOSQL: Best approach to handling read/unread status on messages

Does a Foreign Key referencing PK need the NOT NULL constraint?

Efficiency of Hibernate's table-per-subclass inheritance strategy

Why is it bad to use boolean flags in databases? And what should be used instead?

"Follow user" database table design

Custom SERIAL / autoincrement per group of values

Database Design: how to model generic price factors of a product/service?

Ordering columns in database tables

should the user's Account balance be stored in the database or calculated dynamically?

Is varchar(128) better than varchar(100)

sql database-design

How does Trello store data in MongoDB? (Collection per board?)

Postgresql one db with multiple schemas vs multiple db with one schema

MongoDB Database Structure and Best Practices Help

Task list with re-ordering feature using Firebase/Firestore

Database per application VS One big database for all applications [closed]

enums in SQL Server database