Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Design for 'Total' field in a database

What kind of DB structure should I use for a site has infinite sub-category?

What is a good practice when setting up a users table? Looking at some newbie tutorials, but not sure how to "really" do it right

Mongo error 16996 during aggregation - too large document produced

Database design decision for storing files

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)