Is it possible to specify which naming convention we would like to use when generating the physical ERD from the logical ERD ?
for now, the physical tables are getting the column ID, and the foreign keys are my_tableID.
Would it be possible to have the column named id and the foreign keys named like my_table_id ?