Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Database Schema for User Tagging using Nested Set/Adjacency List

Partitioning on a UUID in Postgres 12 or 13

Should you store user login details in the same database as your website?

php html mysql database-design

Does it matter which table has the foreign key in a one to one relationship?

sql database-design

Writing Comments table in database

database database-design

NoSQL Data Modeling about "one to many" relationships

Music playlist database design

What is the better database table structure for storing a single row of data in MySQL?

php mysql database-design

How should I model a field that can contain both numeric and string values in SQL Server 2005?

Is there any reason to avoid using bigint for a surrogate primary key?

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?