Versions in this module Expand all Collapse all v0 v0.0.2 Nov 9, 2022 Changes in this version + var BillProductsColumns = []*schema.Column + var BillProductsTable = &schema.Table + var CategoriesColumns = []*schema.Column + var CategoriesTable = &schema.Table + var FriendshipsColumns = []*schema.Column + var FriendshipsTable = &schema.Table + var GroupsColumns = []*schema.Column + var GroupsTable = &schema.Table + var Tables = []*schema.Table + var TodosColumns = []*schema.Column + var TodosTable = &schema.Table + var UserGroupsColumns = []*schema.Column + var UserGroupsTable = &schema.Table + var UsersColumns = []*schema.Column + var UsersTable = &schema.Table + var VerySecretsColumns = []*schema.Column + var VerySecretsTable = &schema.Table + var WithDropColumn = schema.WithDropColumn + var WithDropIndex = schema.WithDropIndex + var WithForeignKeys = schema.WithForeignKeys + var WithGlobalUniqueID = schema.WithGlobalUniqueID + func Create(ctx context.Context, s *Schema, tables []*schema.Table, ...) error + type Schema struct + func NewSchema(drv dialect.Driver) *Schema + func (s *Schema) Create(ctx context.Context, opts ...schema.MigrateOption) error + func (s *Schema) WriteTo(ctx context.Context, w io.Writer, opts ...schema.MigrateOption) error