This generalizes foreign key columns to be the lower case singular name
of the object they are referencing. This also renames cross reference
tables to be the lower case singular name of the objects they contain.
This does loose context behind the relationship present in the cross
reference tables. However, the next part will address this.
Description
This generalizes foreign key columns to be the lower case singular name of the object they are referencing. This also renames cross reference tables to be the lower case singular name of the objects they contain.
This does loose context behind the relationship present in the cross reference tables. However, the next part will address this.
Signed-off-by: David Brown dmlb2000@gmail.com
Issues Resolved
Fix #198
This is a good step toward #202
Check List