The place migration files are stored. Migrations can be either a .js file, or a folder containing an index.js file.
.js
index.js
Defaults to migration/migrations/
migration/migrations/
The path that the CLI uses to find a MigrationBuilder Defaults to migration/newMigrationBuilder
migration/newMigrationBuilder
The path that the CLI uses to find a StateScript. Defaults to migration/stateScript.js
migration/stateScript.js
Generated using TypeDoc
The place migration files are stored. Migrations can be either a
.js
file, or a folder containing anindex.js
file.Defaults to
migration/migrations/