Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

No default value Vs NULL Vs 0 in MySQL as a default value for text and integer fields [closed]

Database Design Questions - Need Clarifications

database database-design

business logic in stored procedures vs. middle layer

Django - Use a property as a foreign key

ERD - How to model a relation between two entites with a third entity as "attribute"

How to organize database tables for messaging system when messages can be broadcasted?

Advantage Database or SQL Server

PostgreSQL exclusion constraints in a bitemporal setting?

Generating reports from MySQL tables

DB design for sensor data (lots and LOTS of data)

What is the simplest way to save a file-tree in a postgres database?

Why would someone set primary_key=True on an One to one reationship (OneToOneField)?

abstract base class vs generic relations in django

How can I structure my database to order by a function dependent on time efficiently in MySQL?

Fillfactor for a sequential index that is PK

Is There Ever A Good Situation NOT To Use A Primary Key?

What is the advantages in using foreign keys and disadvantages in not using? [duplicate]