# Variables
AssetPricesColumns holds the columns for the "asset_prices" table.
AssetPriceSignersColumns holds the columns for the "asset_price_signers" table.
AssetPriceSignersTable holds the schema information for the "asset_price_signers" table.
AssetPricesTable holds the schema information for the "asset_prices" table.
CorrectnessReportsColumns holds the columns for the "correctness_reports" table.
CorrectnessReportSignersColumns holds the columns for the "correctness_report_signers" table.
CorrectnessReportSignersTable holds the schema information for the "correctness_report_signers" table.
CorrectnessReportsTable holds the schema information for the "correctness_reports" table.
EventLogsColumns holds the columns for the "event_logs" table.
EventLogSignersColumns holds the columns for the "event_log_signers" table.
EventLogSignersTable holds the schema information for the "event_log_signers" table.
EventLogsTable holds the schema information for the "event_logs" table.
SignersColumns holds the columns for the "signers" table.
SignersTable holds the schema information for the "signers" 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.