package
1.2.1
Repository: https://github.com/common-library/go.git
Documentation: pkg.go.dev

# Functions

Create creates all table resources using the given schema driver.
NewSchema creates a new schema client.

# Variables

IssueForEntsColumns holds the columns for the "issue_for_ents" table.
IssueForEntsTable holds the schema information for the "issue_for_ents" table.
RepositoryForEntsColumns holds the columns for the "repository_for_ents" table.
RepositoryForEntsTable holds the schema information for the "repository_for_ents" table.
RepositoryForEntUserForEntsColumns holds the columns for the "repository_for_ent_user_for_ents" table.
RepositoryForEntUserForEntsTable holds the schema information for the "repository_for_ent_user_for_ents" table.
Table01forEntsColumns holds the columns for the "table01for_ents" table.
Table01forEntsTable holds the schema information for the "table01for_ents" table.
Tables holds all the tables in the schema.
UserForEntsColumns holds the columns for the "user_for_ents" table.
UserForEntsTable holds the schema information for the "user_for_ents" table.
WithDropColumn sets the drop column option to the migration.
WithDropIndex sets the drop index option to the migration.
WithForeignKeys enables creating foreign-key in schema DDL.
WithGlobalUniqueID sets the universal ids options to the migration.

# Structs

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