Describe the bug
I didn't expect the names of my tables to be pluralized.
For example, I would expect user_usage to not become user_usages.
Steps to reproduce
Steps to reproduce the behavior:
- Open NuxtHub database dev tools.
Expected behavior
The table names would match the foreign key names.
Describe the bug
I didn't expect the names of my tables to be pluralized.
For example, I would expect
user_usageto not becomeuser_usages.Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The table names would match the foreign key names.