You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to risee...@googlegroups.com
It's good that your code generator automatically produces primary keys. However it would be much better to place this as an option in the editor. The consequence of the present approach is that all primary keys are named 'ID' and when a database schema is imported into a model the primary keys are entirely ignored and treated as fields which require input. On top of this sometimes one does not want a primary key to be generated by the RDBMS but one would like to use some other method such as a composite primary key. I hope this is useful