# Variables
AuditEventsColumns holds the columns for the "audit_events" table.
AuditEventsTable holds the schema information for the "audit_events" table.
ResourceKindsColumns holds the columns for the "resource_kinds" table.
ResourceKindsTable holds the schema information for the "resource_kinds" table.
Tables holds all the tables in the schema.
ViewsColumns holds the columns for the "views" table.
ViewsTable holds the schema information for the "views" 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.