Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Best way to store lots of boolean columns in table

Does it make sense to separate the table of user profile to that of the login details

database database-design

Ruby on Rails: Saving multiple values in a single database cell

what is best column type for status in MySQL

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?