Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

store users and pass in single table or separate table

If EAV is evil, what to use for dynamic values?

Name database design notation you prefer and why?

What is the best way to store a field that supports markdown in my database when I need to render both HTML and "simple text" views?

SQL primary key, INT or GUID or..? [duplicate]

How to store multiple options in a single table?

mysql database-design

Which is the most common ID type in SQL Server databases, and which is better?

Sql Server int vs nvarchar comparison on performance?

How to add a new page in MySql Workbench

How to change Collation to utf8_bin in one go

Database schema for an online shop

Is prefixing each field name in a table with abbreviated table name a good practice?

database-design schema

How does MySQL store rows on disk? [duplicate]

How do you handle relations in a NoSQL database?

database-design nosql

difference between User and Account object in social network design?

Efficiently determine owner of a record in a hierarchy with MongoDB

Is it bad to have "foreign key redundancy" in a database?

database-design

social authentication provider is not returning the user email

How Do I aggregate Data By Day and Still Respect Timezone?

How do I model (GitHub-like) permissions relationally?