Versions in this module Expand all Collapse all v1 v1.0.1 Apr 12, 2022 Changes in this version + const DeviceColumn + const DeviceInverseTable + const DeviceTable + const EdgeDevice + const FieldID + const Label + const Table + var Columns = []string + var DefaultID func() schema.ID + var ForeignKeys = []string + var IDValidator func([]byte) error + func And(predicates ...predicate.Session) predicate.Session + func HasDevice() predicate.Session + func HasDeviceWith(preds ...predicate.Device) predicate.Session + func ID(id schema.ID) predicate.Session + func IDEQ(id schema.ID) predicate.Session + func IDGT(id schema.ID) predicate.Session + func IDGTE(id schema.ID) predicate.Session + func IDIn(ids ...schema.ID) predicate.Session + func IDLT(id schema.ID) predicate.Session + func IDLTE(id schema.ID) predicate.Session + func IDNEQ(id schema.ID) predicate.Session + func IDNotIn(ids ...schema.ID) predicate.Session + func Not(p predicate.Session) predicate.Session + func Or(predicates ...predicate.Session) predicate.Session + func ValidColumn(column string) bool