# Variables
AccountsColumns holds the columns for the "accounts" table.
AccountsTable holds the schema information for the "accounts" table.
NodesColumns holds the columns for the "nodes" table.
NodesTable holds the schema information for the "nodes" table.
RegistrationTokensColumns holds the columns for the "registration_tokens" table.
RegistrationTokensTable holds the schema information for the "registration_tokens" table.
ServersColumns holds the columns for the "servers" table.
ServersTable holds the schema information for the "servers" 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.