package
0.0.0-20241221063703-a3ae2fda5b63
Repository: https://github.com/lrstanley/ent-bug-edge-schema.git
Documentation: pkg.go.dev

# Functions

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

# Variables

LikesColumns holds the columns for the "likes" table.
LikesTable holds the schema information for the "likes" table.
Tables holds all the tables in the schema.
TweetsColumns holds the columns for the "tweets" table.
TweetsTable holds the schema information for the "tweets" table.
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.

# Structs

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