package
0.21.0
Repository: https://github.com/infrahq/infra.git
Documentation: pkg.go.dev

# Functions

HasColumn returns true if the database table has the column.
HasConstraint returns true if the database table has the constraint.
HasFunction returns true if the database already has the function.
HasTable returns true if the database has a table with name.
New returns a new Migrator.

# Structs

Migration defines a database migration, and an optional rollback.
Migrator performs database migrations.
Options used by the Migrator to perform database migrations.

# Interfaces

No description provided by the author