I just switched over to workbench to manage mySQL. Every time i create a new table and name it I get an attribute primary key with a name of idTableName I would like to change it to: id_TableName or TableName_id so it fits my convention better.
Is that possible??
I just switched over to workbench to manage mySQL. Every time i create a
Share
See here about how to change primary-key naming scheme with MySQL Workbench.
Navigate to Edit -> Preferences -> and move to Model tab.