package
0.0.0-20241221063656-87887cf51946
Repository: https://github.com/lrstanley/spectrograph.git
Documentation: pkg.go.dev
# Variables
GuildAdminConfigsColumns holds the columns for the "guild_admin_configs" table.
GuildAdminConfigsTable holds the schema information for the "guild_admin_configs" table.
GuildConfigsColumns holds the columns for the "guild_configs" table.
GuildConfigsTable holds the schema information for the "guild_configs" table.
GuildEventsColumns holds the columns for the "guild_events" table.
GuildEventsTable holds the schema information for the "guild_events" table.
GuildsColumns holds the columns for the "guilds" table.
GuildsTable holds the schema information for the "guilds" 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.
UserUserGuildsColumns holds the columns for the "user_user_guilds" table.
UserUserGuildsTable holds the schema information for the "user_user_guilds" 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.