package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev

# Functions

Init installs the latest schema into db after clearing it first.
Migrate performs schema migration.

# Constants

MigrateDown causes migrations to be run in the "down" direction.
MigrateRedo causes migrations to be run down, then up.
MigrateUp causes migrations to be run in the "up" direction.

# Type aliases

MigrateDir represents a direction in which to perform schema migrations.