Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How can I store an array of boolean values in a MySql database?

Data Model for multiple checkboxes

Localized entities in database

Do foreign keys have size?

Django, multi-table inheritance is that bad?

Multiple boolean attributes vs. New table

database database-design

Converting xml schema to relational model

Database design query: combine tables or keep separate?

database-design

Multi level database foreign keys

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