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
@rexliu0715 , you can add the settings in the model decorator.
In the example below, my model name is Customer2 but the table name is customer in my postgresql datasource.
my existing database table name "foo_bar". I generate a model "fooBar".
500 error: relation "schema.foobar" does not exist
where I can define the tablename? I does see reference on doc in lb4. please help. thanks
The text was updated successfully, but these errors were encountered: