package
0.0.0-20240430124035-aae10642ac46
Repository: https://github.com/orbit-ops/launchpad-core.git
Documentation: pkg.go.dev
# Variables
AccessesColumns holds the columns for the "accesses" table.
AccessesTable holds the schema information for the "accesses" table.
ActionTokensColumns holds the columns for the "action_tokens" table.
ActionTokensTable holds the schema information for the "action_tokens" table.
APIKeysColumns holds the columns for the "api_keys" table.
APIKeysTable holds the schema information for the "api_keys" table.
ApprovalsColumns holds the columns for the "approvals" table.
ApprovalsTable holds the schema information for the "approvals" table.
AuditsColumns holds the columns for the "audits" table.
AuditsTable holds the schema information for the "audits" table.
MissionsColumns holds the columns for the "missions" table.
MissionsTable holds the schema information for the "missions" table.
RequestsColumns holds the columns for the "requests" table.
RequestsTable holds the schema information for the "requests" table.
RocketsColumns holds the columns for the "rockets" table.
RocketsTable holds the schema information for the "rockets" 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.