0 votes

This is just a comment that I appreciate the new behavior for naming foreign keys when you create a new association in ORMD2.

In ORMD1, it used to take the entity name and just append _id. Example

MyEntity_id

In ORMD2, you now convert that to underscore separated lower case. Example

my_entity_id

This is much better. I used to have to go in and change that every time by hand.

in General Questions by (380 points)
recategorized by

Thank you for your positive feedback.

In case you didn't know, beside this naming change we also implement full user customization for naming convention:

http://support.orm-designer.com/275/implemented-make-association-field-generation-configurable

1 Answer

0 votes
Best answer

Thank you for your positive feedback.

In case you didn't know, beside this naming change we also implement full user customization for naming convention:

http://support.orm-designer.com/275/implemented-make-association-field-generation-configurable

by Skipper developer (74.8k points)