package
0.0.0-20241024074832-67fca67c5b99
Repository: https://github.com/cameront/template_backend.git
Documentation: pkg.go.dev
# Variables
CountersColumns holds the columns for the "counters" table.
CountersTable holds the schema information for the "counters" 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.
WithForeignKeys enables creating foreign-key in schema DDL.
WithGlobalUniqueID sets the universal ids options to the migration.