package
0.0.0-20210113230923-84b050c23b34
Repository: https://github.com/justinhatran/imagerepo.git
Documentation: pkg.go.dev
# Functions
NewSchema creates a new schema client.
# Variables
ImageRepoImagesColumns holds the columns for the "image_repo_images" table.
ImageRepoImagesTable holds the schema information for the "image_repo_images" table.
ImageReposColumns holds the columns for the "image_repos" table.
ImageReposTable holds the schema information for the "image_repos" table.
ImagesColumns holds the columns for the "images" table.
ImagesTable holds the schema information for the "images" table.
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.
WithFixture sets the foreign-key renaming option to the migration when upgrading ent from v0.1.0 (issue-#285).
WithForeignKeys enables creating foreign-key in schema DDL.
WithGlobalUniqueID sets the universal ids options to the migration.