0

I couldn't find in the docs or in examples on the web how to add a comment to a table, so that it's also written in the corresponding SQL DB when the schema is created.

Is it possible in SQLModel? How?

user11696358
  • 356
  • 1
  • 15

1 Answers1

0

I found a solution on the github issues of SQLModel; please see the attached link. https://github.com/tiangolo/sqlmodel/issues/492#issuecomment-1309849747

user11696358
  • 356
  • 1
  • 15