Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RuntimeConfiguration

Hierarchy

  • RuntimeConfiguration

Index

Properties

migrations

migrations: string

The place migration files are stored. Migrations can be either a .js file, or a folder containing an index.js file.

Defaults to migration/migrations/

newMigrationBuilder

newMigrationBuilder: string

The path that the CLI uses to find a MigrationBuilder Defaults to migration/newMigrationBuilder

stateScript

stateScript: string

The path that the CLI uses to find a StateScript. Defaults to migration/stateScript.js

Generated using TypeDoc