package
0.0.0-20240720075736-8336abf048db
Repository: https://github.com/diegopacheco/go-playground.git
Documentation: pkg.go.dev

# Functions

NewSchema creates a new schema client.

# Variables

Tables holds all the tables in the schema.
UsersColumns holds the columns for the "users" table.
UsersTable holds the schema information for the "users" table.
WithDropColumn sets the drop column option to the migration.
WithDropIndex sets the drop index option to the migration.
WithGlobalUniqueID sets the universal ids options to the migration.

# Structs

Schema is the API for creating, migrating and dropping a schema.