Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

What is the difference between logical data model and conceptual data model?

database database-design

Primary key for multiple column in PostgreSQL?

Alternatives to Entity-Attribute-Value (EAV)?

When to use MongoDB [closed]

in general, should every table in a database have an identity field to use as a PK?

MySQL: bigint Vs int

Microservices with shared database? using multiple ORM's? [closed]

Derived account balance vs stored account balance for a simple bank account?

What is the best practice in naming your "user" table?

How do you deal with polymorphism in a database?

database-design oop

What is the best way to implement soft deletion?

Database - Data Versioning [closed]

Is it a good idea to use an integer column for storing US ZIP codes in a database?

Is it possible to query a tree structure table in MySQL in a single query, to any depth?

Database schema design for a double entry accounting system? [closed]

PostgreSQL Index on JSON

Database design: 3 types of users, separate or one table? [closed]

Why use SQL database? [closed]

Database design for user settings

Why are composite primary keys still around?