SchemaInspector
Defined in: packages/core/src/store/migrations.ts:21
Introspection callbacks the migration probes run against the live DB.
Properties
Section titled “Properties”columnExists
Section titled “columnExists”columnExists: (
table,column) =>boolean
Defined in: packages/core/src/store/migrations.ts:23
Parameters
Section titled “Parameters”string
column
Section titled “column”string
Returns
Section titled “Returns”boolean
tableExists
Section titled “tableExists”tableExists: (
name) =>boolean
Defined in: packages/core/src/store/migrations.ts:22
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean