Problemunvalidated
if i change some property on Vehicle model and run this code again, I don't see any change on table — Vehicle.metadata.create_all(engine). Tension: I want that change to be detected and automatically migrated to database. Outcome: once created, SQLModel will not attempt to change the schema of your database tables.
e3068bbe-66ac-4d8e-8ce7-ca0082d6a7d0
if i change some property on Vehicle model and run this code again, I don't see any change on table — Vehicle.metadata.create_all(engine). Tension: I want that change to be detected and automatically migrated to database. Outcome: once created, SQLModel will not attempt to change the schema of your database tables.