package
0.0.0-20250213005506-71641c3875fa
Repository: https://github.com/jaredallard/binhost.git
Documentation: pkg.go.dev
# Variables
PkgsColumns holds the columns for the "pkgs" table.
PkgsTable holds the schema information for the "pkgs" table.
Tables holds all the tables in the schema.
TargetsColumns holds the columns for the "targets" table.
TargetsTable holds the schema information for the "targets" 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.