random1 Posted June 18, 2009 Share Posted June 18, 2009 Hey All What are the naming convensions for MySQL schema names and table names? I current have a suffix (cms) for my tables (`user_cms`, `server_cms` etc). I use a suffix of `cms` for the db schema (database name), e.g. `companyname_cms`. Is this logical for MySQL databases? Is there a better way? Link to comment https://forums.phpfreaks.com/topic/162713-naming-conversions-for-mysql-schema-and-tables/ Share on other sites More sharing options...
Ken2k7 Posted June 18, 2009 Share Posted June 18, 2009 Prefix instead? Link to comment https://forums.phpfreaks.com/topic/162713-naming-conversions-for-mysql-schema-and-tables/#findComment-858683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.