package
0.0.0-20200527211917-13a65c9069a6
Repository: https://github.com/errorboi/feedparserbot.git
Documentation: pkg.go.dev
# Functions
NewSchema creates a new schema client.
# Variables
GlobalsettingsColumns holds the columns for the "globalsettings" table.
GlobalsettingsTable holds the schema information for the "globalsettings" table.
PostsColumns holds the columns for the "posts" table.
PostsTable holds the schema information for the "posts" table.
SourcesColumns holds the columns for the "sources" table.
SourcesTable holds the schema information for the "sources" table.
Tables holds all the tables in the schema.
UsersColumns holds the columns for the "users" table.
UserSettingsColumns holds the columns for the "user_settings" table.
UserSettingsTable holds the schema information for the "user_settings" table.
UserSourcesColumns holds the columns for the "user_sources" table.
UserSourcesTable holds the schema information for the "user_sources" 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).
WithGlobalUniqueID sets the universal ids options to the migration.