# Functions

Create creates all table resources using the given schema driver.
NewSchema creates a new schema client.

# Variables

PayDemoOrderColumns holds the columns for the "pay_demo_order" table.
PayDemoOrderTable holds the schema information for the "pay_demo_order" table.
PayOrderColumns holds the columns for the "pay_order" table.
PayOrderExtensionColumns holds the columns for the "pay_order_extension" table.
PayOrderExtensionTable holds the schema information for the "pay_order_extension" table.
PayOrderTable holds the schema information for the "pay_order" table.
PayRefundColumns holds the columns for the "pay_refund" table.
PayRefundTable holds the schema information for the "pay_refund" 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.

# Structs

Schema is the API for creating, migrating and dropping a schema.