Skip to content
Discussion options

You must be logged in to vote

Yes, if you dive in the code you see that tables takes the table from metadata.
So you will have to use it like so in order to take the Table object and not the SQLModel:

...
SQLModel.metadata.create_all(engine, tables=[SQLModel.metadata.tables["session"]])

Replies: 1 comment

Comment options

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