Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrationScript

The value exported by a migration created by MigrationBuilder.build.

Hierarchy

  • MigrationScript

Index

Properties

Methods

Properties

description

description: string

Description of the migration. Can be empty string

Methods

down

  • down(): Promise<unknown>

up

  • up(): Promise<unknown>

Generated using TypeDoc