Constructor
new MigrateMigrations(options)
Create migrations migration.
Parameters:
Name | Type | Description |
---|---|---|
options |
ChainMigratorOptions |
- Source:
Methods
(async) migrate(b) → {Promise}
Actual migration
Parameters:
Name | Type | Description |
---|---|---|
b |
Batch |
- Source:
Returns:
- Type
- Promise
(async) migrate(b) → {Promise}
Actual migration
Parameters:
Name | Type | Description |
---|---|---|
b |
Batch |
- Source:
Returns:
- Type
- Promise