Header menu logo Migrondi

Migration Type

Object that represents an SQL migration file on disk, and are often used provide more context or information while logging information about migrations.

Record fields

Record Field Description

downContent

Full Usage: downContent

Field type: string

the actual SQL statements that will be used to run against the database when rolling back migrations from the database

Field type: string

manualTransaction

Full Usage: manualTransaction

Field type: bool
Field type: bool

name

Full Usage: name

Field type: string
Field type: string

timestamp

Full Usage: timestamp

Field type: int64
Field type: int64

upContent

Full Usage: upContent

Field type: string

the actual SQL statements that will be used to run against the database

Field type: string

Type something to start searching.