Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

EntityFramework enable-migrations ArgumentException

multi client database design : is separation by schema a good design?

Merging MS sql server (aspnetdb) tables, stored procedures etc.. with my own database?

relational model versus logial data model [closed]

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