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
When using sea-orm-cli generating entities from existing tables(or even tables from sea migration), it's pretty useful to have glob support in options like --tables, --ignore-tables when dealing with large databases, otherwise we need to type them one by one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using
sea-orm-cli
generating entities from existing tables(or even tables from sea migration), it's pretty useful to have glob support in options like--tables
,--ignore-tables
when dealing with large databases, otherwise we need to type them one by one.Beta Was this translation helpful? Give feedback.
All reactions