# Functions
NewSchema creates a new schema client.
# Variables
AuthorsColumns holds the columns for the "authors" table.
AuthorsTable holds the schema information for the "authors" table.
FilmAuthorsColumns holds the columns for the "film_authors" table.
FilmAuthorsTable holds the schema information for the "film_authors" table.
FilmsColumns holds the columns for the "films" table.
FilmsTable holds the schema information for the "films" 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.
WithFixture sets the foreign-key renaming option to the migration when upgrading ent from v0.1.0 (issue-#285).
WithGlobalUniqueID sets the universal ids options to the migration.