Versions in this module Expand all Collapse all v0 v0.0.1 Jan 22, 2024 v0.0.0 Jan 22, 2024 Changes in this version + const FieldID + const Label + const Table + var Columns = []string + var ForeignKeys = []string + func And(predicates ...predicate.SchemaB) predicate.SchemaB + func ID(id int64) predicate.SchemaB + func IDEQ(id int64) predicate.SchemaB + func IDGT(id int64) predicate.SchemaB + func IDGTE(id int64) predicate.SchemaB + func IDIn(ids ...int64) predicate.SchemaB + func IDLT(id int64) predicate.SchemaB + func IDLTE(id int64) predicate.SchemaB + func IDNEQ(id int64) predicate.SchemaB + func IDNotIn(ids ...int64) predicate.SchemaB + func Not(p predicate.SchemaB) predicate.SchemaB + func Or(predicates ...predicate.SchemaB) predicate.SchemaB + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByID(opts ...sql.OrderTermOption) OrderOption