package
3.36.0+incompatible
Repository: https://github.com/ritsec/ops-bot-iii.git
Documentation: pkg.go.dev
# Variables
BirthdaysColumns holds the columns for the "birthdays" table.
BirthdaysTable holds the schema information for the "birthdays" table.
ShitpostsColumns holds the columns for the "shitposts" table.
ShitpostsTable holds the schema information for the "shitposts" table.
SigninsColumns holds the columns for the "signins" table.
SigninsTable holds the schema information for the "signins" 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.
VoteResultsColumns holds the columns for the "vote_results" table.
VoteResultsTable holds the schema information for the "vote_results" table.
VotesColumns holds the columns for the "votes" table.
VotesTable holds the schema information for the "votes" 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.