package
2.6.4+incompatible
Repository: https://github.com/orestonce/chessgame.git
Documentation: pkg.go.dev
# Functions
NewSchema creates a new schema client.
# Variables
DchatsColumns holds the columns for the "dchats" table.
DchatsTable holds the schema information for the "dchats" table.
DchessdbCachesColumns holds the columns for the "dchessdb_caches" table.
DchessdbCachesTable holds the schema information for the "dchessdb_caches" table.
DroomsColumns holds the columns for the "drooms" table.
DroomsTable holds the schema information for the "drooms" table.
DsessionsColumns holds the columns for the "dsessions" table.
DsessionsTable holds the schema information for the "dsessions" table.
DusersColumns holds the columns for the "dusers" table.
DusersTable holds the schema information for the "dusers" table.
Tables holds all the tables in the schema.
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.