Documentation
¶
Index ¶
Constants ¶
View Source
const ( MIGRATION_STATUS_PENDING = "pending" MIGRATION_STATUS_FAILED = "failed" MIGRATION_STATUS_COMPLETE = "complete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migration ¶
type Migration struct { ID int Code string Version int Status MigrationStatus SQL string Err string CreatedOn string UpdatedOn string }
Migration
type MigrationStatus ¶
type MigrationStatus string
Click to show internal directories.
Click to hide internal directories.