migrations

package
v0.0.0-...-19af8a7 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2021 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InitTables = migrate.Migration{
	ID:   "20210323002352",
	Name: "InitTables",
	Migrate: func(tx *sqlx.Tx) error {
		return nil
	},
	Rollback: func(tx *sqlx.Tx) error {
		return nil
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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