Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

User role permissions for different modules using bitwise operators

Database design - exposing Primary Key

database-design

Will First Name + Last Name + Date Of Birth combination be unique enough?

Why use hashing to create pathnames for large collections of files?

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