Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

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?

Single Table Inheritance or Class Table Inheritance?

MySQL performance of unique varchar field vs unique bigint

mysql database-design

Best Practices: Storing a workflow state of an item in a database? [closed]