foreign key column name ${foreignTableName}_id}
.
#279
jozef-slezak
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's generate most common column name for relationship 0:n or 0:1 like this:
${foreignTableName}_id}
.Default behaviour creates for each relationship foreign key called
id
(in following examples 3 times).User needs to rename column name manualy like this:
Beta Was this translation helpful? Give feedback.
All reactions