migrations

package
v0.0.0-...-a915469 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CreatingColumn    = "creating column '%s' in table `%s`"
	CreatingColumnErr = "can't create column '%s' in table `%s`: %s"
	DroppingColumn    = "dropping column '%s' in table `%s`"
	DroppingColumnErr = "can't drop column '%s' in table `%s`: %s"
	CreatingTable     = "creating table '%s'"
	CreatingTableErr  = "can't create table '%s': %s"
	DroppingTable     = "dropping table '%s'"
	DroppingTableErr  = "can't drop table '%s': %s"
)

Variables

View Source
var Migrations = migrate.NewMigrations()

Migrations provides migrations for bun.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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