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? Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.