Skip to content

SchemaInspector

Defined in: packages/core/src/store/migrations.ts:21

Introspection callbacks the migration probes run against the live DB.

columnExists: (table, column) => boolean

Defined in: packages/core/src/store/migrations.ts:23

string

string

boolean


tableExists: (name) => boolean

Defined in: packages/core/src/store/migrations.ts:22

string

boolean