# Functions
Create creates all table resources using the given schema driver.
Diff compares the state read from a database connection or migration directory with the state defined by the Ent schema.
NamedDiff compares the state read from a database connection or migration directory with the state defined by the Ent schema.
NewSchema creates a new schema client.
# Variables
APITokensColumns holds the columns for the "api_tokens" table.
APITokensTable holds the schema information for the "api_tokens" table.
CasBackendsColumns holds the columns for the "cas_backends" table.
CasBackendsTable holds the schema information for the "cas_backends" table.
CasMappingsColumns holds the columns for the "cas_mappings" table.
CasMappingsTable holds the schema information for the "cas_mappings" table.
IntegrationAttachmentsColumns holds the columns for the "integration_attachments" table.
IntegrationAttachmentsTable holds the schema information for the "integration_attachments" table.
IntegrationsColumns holds the columns for the "integrations" table.
IntegrationsTable holds the schema information for the "integrations" table.
MembershipsColumns holds the columns for the "memberships" table.
MembershipsTable holds the schema information for the "memberships" table.
OrganizationsColumns holds the columns for the "organizations" table.
OrganizationsTable holds the schema information for the "organizations" table.
OrgInvitationsColumns holds the columns for the "org_invitations" table.
OrgInvitationsTable holds the schema information for the "org_invitations" table.
ReferrerReferencesColumns holds the columns for the "referrer_references" table.
ReferrerReferencesTable holds the schema information for the "referrer_references" table.
ReferrersColumns holds the columns for the "referrers" table.
ReferrersTable holds the schema information for the "referrers" table.
ReferrerWorkflowsColumns holds the columns for the "referrer_workflows" table.
ReferrerWorkflowsTable holds the schema information for the "referrer_workflows" table.
RobotAccountsColumns holds the columns for the "robot_accounts" table.
RobotAccountsTable holds the schema information for the "robot_accounts" table.
Tables holds all the tables in the schema.
UsersColumns holds the columns for the "users" table.
UsersTable holds the schema information for the "users" 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.
WorkflowContractsColumns holds the columns for the "workflow_contracts" table.
WorkflowContractsTable holds the schema information for the "workflow_contracts" table.
WorkflowContractVersionsColumns holds the columns for the "workflow_contract_versions" table.
WorkflowContractVersionsTable holds the schema information for the "workflow_contract_versions" table.
WorkflowRunCasBackendsColumns holds the columns for the "workflow_run_cas_backends" table.
WorkflowRunCasBackendsTable holds the schema information for the "workflow_run_cas_backends" table.
WorkflowRunsColumns holds the columns for the "workflow_runs" table.
WorkflowRunsTable holds the schema information for the "workflow_runs" table.
WorkflowsColumns holds the columns for the "workflows" table.
WorkflowsTable holds the schema information for the "workflows" table.