Hi
I use a glossary with plurals to get entities like Budget transformed to table budgets in the Relational Model. Unfortunatly (for me) this changes also the foreign key name. In the related entity, an attribute is (for example) Budget_fiscal year, which I expect in the relational Model to be the same, but it's transformed to budgets_fiscal_year (budgets in plural form instead of keeping it in singular form).
How can I avoid any changes in attribute names (in the process of Engineer to Relational Model) but still transform singular entity names to plural names for tables?
Thanks and best regards
Robert