SQLModel in FastAPI : NoForeignKeysError
I separately created a Postgresql database with a schema named “geog” and two tables named projections (id, epsg_code, unit_id) and units (id, name).
I separately created a Postgresql database with a schema named “geog” and two tables named projections (id, epsg_code, unit_id) and units (id, name).