MySQL Forums
Forum List  »  MySQL Workbench

Re: Default Values for default object names
Posted by: Johannes Taxacher
Date: September 09, 2008 08:37AM

Hi Adam,

I don't see a big problem in rather using simply 'id' as PK-column-name (you can set this either in Workbench options (Tools->Options) globally or in Model->Model Options on Document-level.

Be careful when using only %dtable%_fk as default FK-identifier because FK names must be uniqe in a mysql DB and therefore you can get into trouble very quickly when you have more than one relation to a table.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Default Values for default object names
2414
September 09, 2008 08:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.