Versions in this module Expand all Collapse all v0 v0.0.0 Aug 29, 2016 Changes in this version + func Bootstrap(db *gorm.DB) error + func Migrate(db *gorm.DB, migrations []MigrationStage) error + func MigrateAll(db *gorm.DB, migrationFunctions []func(*gorm.DB) error) + func MigrationExists(db *gorm.DB, migrationName string) bool + func SaveMigration(db *gorm.DB, migrationName string) error + type Migration struct + Name string + type MigrationStage struct + Function func(db *gorm.DB, name string) error + Name string