Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents entity of the migration in the database.

Hierarchy

  • Migration

Index

Constructors

Properties

Constructors

constructor

Properties

id

id: number | undefined

Migration id. Indicates order of the executed migrations.

Optional instance

Migration instance that needs to be run.

name

name: string

Name of the migration (class name).

timestamp

timestamp: number

Timestamp of the migration.

Generated using TypeDoc