MigrationState
Where a migration got to.
A transactional migration is only ever SUCCESS here: it wrote its row inside the transaction that ran it, so a failure took the row with it and left no trace. The other two belong to migrations that ran without one, where the database really is part-way and only a person can say what to do about it.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.