migration

package
v1.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Migrate

func Migrate(options *MigrationOptions) error

Types

type MigrationOptions

type MigrationOptions struct {
	ScriptFolder string
	Db           *gorm.DB
}

type SchemaHistory

type SchemaHistory struct {
	Id            int64 `gorm:"primaryKey"`
	Version       string
	Description   string
	Script        string
	CheckSum      uint64
	Type          string
	InstallOn     time.Time
	ExecutionTime time.Duration
	Success       bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL