Skip to content
Discussion options

You must be logged in to vote

Set a property __tablename__ in your model and set its value to app_user.

class AppUserModel(SQLModel, table=True):
    __tablename__ = "app_user"
    ...

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants