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 creating a table, the table name can be defined without an enum. I need to dynamically set the table name by passing parameters, such as table_1 and table_2. Can any expert help me answer this?
Table::create().table(Article::Table)
I want to use the parameters passed directly for 'Article::Table' here
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 creating a table, the table name can be defined without an enum. I need to dynamically set the table name by passing parameters, such as table_1 and table_2. Can any expert help me answer this?
Table::create().table(Article::Table)
I want to use the parameters passed directly for 'Article::Table' here
Beta Was this translation helpful? Give feedback.
All reactions