sqlite › Globals › "src/interfaces" › IMigrate › MigrationParams
- MigrationParams
• force? : boolean
Defined in src/interfaces.ts:87
If true, will force the migration API to rollback and re-apply the latest migration over again each time when Node.js app launches.
• migrationsPath? : string
Defined in src/interfaces.ts:95
Path to the migrations folder. Default is path.join(process.cwd(), 'migrations')
• table? : string
Defined in src/interfaces.ts:91
Migrations table name. Default is 'migrations'