Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.32 KB

_src_interfaces_.imigrate.migrationparams.md

File metadata and controls

46 lines (25 loc) · 1.32 KB

sqliteGlobals"src/interfaces"IMigrateMigrationParams

Interface: MigrationParams

Hierarchy

  • MigrationParams

Index

Properties

Properties

Optional force

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.


Optional migrationsPath

migrationsPath? : string

Defined in src/interfaces.ts:95

Path to the migrations folder. Default is path.join(process.cwd(), 'migrations')


Optional table

table? : string

Defined in src/interfaces.ts:91

Migrations table name. Default is 'migrations'