package
1.1.0
Repository: https://github.com/gitploy-io/gitploy.git
Documentation: pkg.go.dev

# Functions

NewSchema creates a new schema client.

# Variables

ChatUsersColumns holds the columns for the "chat_users" table.
ChatUsersTable holds the schema information for the "chat_users" table.
DeploymentsColumns holds the columns for the "deployments" table.
DeploymentsTable holds the schema information for the "deployments" table.
DeploymentStatisticsColumns holds the columns for the "deployment_statistics" table.
DeploymentStatisticsTable holds the schema information for the "deployment_statistics" table.
DeploymentStatusColumns holds the columns for the "deployment_status" table.
DeploymentStatusTable holds the schema information for the "deployment_status" table.
EventsColumns holds the columns for the "events" table.
EventsTable holds the schema information for the "events" table.
LocksColumns holds the columns for the "locks" table.
LocksTable holds the schema information for the "locks" table.
NotificationRecordsColumns holds the columns for the "notification_records" table.
NotificationRecordsTable holds the schema information for the "notification_records" table.
PermsColumns holds the columns for the "perms" table.
PermsTable holds the schema information for the "perms" table.
ReposColumns holds the columns for the "repos" table.
ReposTable holds the schema information for the "repos" table.
ReviewsColumns holds the columns for the "reviews" table.
ReviewsTable holds the schema information for the "reviews" 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.
WithFixture sets the foreign-key renaming option to the migration when upgrading ent from v0.1.0 (issue-#285).
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.