package
0.0.0-20210314134910-7f4b9de898f3
Repository: https://github.com/csuos/rabums.git
Documentation: pkg.go.dev
# Functions
NewSchema creates a new schema client.
# Variables
ClientServerOwnerColumns holds the columns for the "client_server_owner" table.
ClientServerOwnerTable holds the schema information for the "client_server_owner" table.
ClientServersColumns holds the columns for the "client_servers" table.
ClientServersTable holds the schema information for the "client_servers" table.
EventsColumns holds the columns for the "events" table.
EventsTable holds the schema information for the "events" 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.