Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Database users and groups model

how to design the database schema representing ADDRESS elegantly?

how to generate ERD or UML for a database?

Should primary key always start from 1?

Create boolean attribute in Oracle? [duplicate]

Entity framework, can I map a class to a key/value table?

Should I make a foreign key that can be null or make a new table?

Getting list of all posts with user like and total likes for each post in firestore

Is there a role for a DBA when an app uses a persistence layer or repository?

hibernate database-design

Most efficient data type for UUID in database besides a native UUID

How to design a database schema that can be used with both MySQL and SQL Server?

ID for tags in tag systems

Creating a new text column in a SQL Server Table: which type should I choose?

How to store Log in database?

Storing flags in a DB

database-design bitmask

Users group table schema

How to define column in database having multiple values referenced in another table?

Database design - system default items and custom user items

database database-design

How to better organise database to account for changing status in users

database database-design

Rails: dependent: :destroy - How does this work?