Procedure to Name MySQL DB's
Labels:
mysql
I've been using the following method as the naming convention to name DB's/tables.
DB name-> host_dbtitle
Table name-> dbtitle_tableTopic
Foreign keys are created across all tables and _not_ on the last relation only.
No comments:
Post a Comment