Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How to constrain that JSON/JSONB values in a column be completely different?

Best table structure for tracking state changes

Reliable way to poll data from a Postgres table

do i need a separate table for nvarchar(max) descriptions

Foreign keys in log tables ... good or bad?

How to relate 3 tables depending on event

Is it guaranteed that bigserial column is unique across all partitions of a partitioned table?

Foreign key references primary key in spring boot

Should referential integrity be enforced?

While doing TDD and adding features incrementally, do I design database ahead or add tables and columns while coding?

database-design tdd

Should I use foreign keys? [duplicate]

MySQL: Enum vs Varchar-with-Index

Database Patterns [duplicate]

Is it possible to implement a TRUE one-to-one relation?

Best data model to store small fixed-length array in Postgres (with SqlAlchemy)

Multi-tenant SAAS in Django

Foreign Key relationship between two columns in one table

mysql database-design

Is this Social Media Platform PostgreSQL Database design right?

Good database and structure to store synonyms

Database-schema design for e-commerce website

mysql database-design