Version: 4.4
#
Module: migrations#
Table of contents#
Classes#
Type aliases#
MigrateOptionsƬ MigrateOptions: { from?
: string | number ; migrations?
: string[] ; to?
: string | number ; transaction?
: Transaction }
#
Type declaration:Name | Type |
---|---|
from? | string | number |
migrations? | string[] |
to? | string | number |
transaction? | Transaction |
Defined in: packages/migrations/src/typings.ts:4
#
MigrationResultƬ MigrationResult: { code
: string ; diff
: string[] ; fileName
: string }
#
Type declaration:Name | Type |
---|---|
code | string |
diff | string[] |
fileName | string |
Defined in: packages/migrations/src/typings.ts:5
#
MigrationRowƬ MigrationRow: { executed_at
: Date ; name
: string }
#
Type declaration:Name | Type |
---|---|
executed_at | Date |
name | string |
Defined in: packages/migrations/src/typings.ts:6
#
QueryƬ Query: string | QueryBuilder | Raw
Defined in: packages/migrations/src/Migration.ts:4
#
UmzugMigrationƬ UmzugMigration: { file
: string ; name?
: string ; path?
: string }
#
Type declaration:Name | Type |
---|---|
file | string |
name? | string |
path? | string |
Defined in: packages/migrations/src/typings.ts:3