You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I wanted to generate models for a few tables in a big database. I understand that there is the -ignore-tables flag, but it is too much work to list the 45 tables to generate models for 5 tables in a 50 table database. And if a new table is added to the database and I don't want to include it in the models, I would have to remember to include it as the 46th table to ignore.
Describe the solution you'd like
I think it'd be great if there was something like -allow-tables flag which would take precedence over -ignore-tables when given. And same applies about enums and views.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I wanted to generate models for a few tables in a big database. I understand that there is the
-ignore-tables
flag, but it is too much work to list the 45 tables to generate models for 5 tables in a 50 table database. And if a new table is added to the database and I don't want to include it in the models, I would have to remember to include it as the 46th table to ignore.Describe the solution you'd like
I think it'd be great if there was something like
-allow-tables
flag which would take precedence over-ignore-tables
when given. And same applies about enums and views.The text was updated successfully, but these errors were encountered: