Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/knex-schema
EntitySchemaValidationIssue
Type Alias EntitySchemaValidationIssue
EntitySchemaValidationIssue
:
|
{
tableName
:
string
;
type
:
"missing-table"
}
|
{
diff
:
MigrationDiff
;
tableName
:
string
;
type
:
"schema-drift"
}
A schema validation issue detected against the live database.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
← Back to Website
All Versions
Libraries
Loading...
A schema validation issue detected against the live database.