Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

What is the best practices in db design when I want to store a value that is either selected from a dropdown list or user-entered?

Preferred database/webapp concurrency design when multiple users can edit the same data

Database localization

Reading only new rows from a log-like table in a database

database-design

Data Warehousing arbitrary fields

Sql Design Question

sql database-design

How would you model a generic Schema.org Storage

Best database for a Statistics System [closed]

Should I put optional record properties in a separate table?

How to keep foreign key relations consistent in a "diamond-shaped" system of relationships

Storing Calendar Data in MySQL

Database design for website (CMS) consideration & suggestion for database driven menus

Avoid Circular Dependency

SQL Guid Primary Key Join Performance

Backend solution for fetching and transforming data from various third-party APIs

Database performance: Using one entity/table with the max. possible properties or split to different entities/tables?

Laravel have Two foreign Key from the same table

Best way to manage update-review-publish workflow?

database-design

In a database, is it better to store a time period as a start/end date, or a start date and a length of time?

database database-design

NULL or empty string more efficient/natural? [closed]