Derive a DatabaseTableState from a code-first ObjectSchemaBuilder
without connecting to the database.
The result mirrors what introspectDatabase would return after the
schema has been fully applied, so it can be fed directly into
diffSchema as the dbState argument. This is the foundation of
snapshot-based migration generation.
Derive a DatabaseTableState from a code-first
ObjectSchemaBuilderwithout connecting to the database.The result mirrors what introspectDatabase would return after the schema has been fully applied, so it can be fed directly into diffSchema as the
dbStateargument. This is the foundation of snapshot-based migration generation.