Versions in this module Expand all Collapse all v1 v1.4.2 Dec 15, 2023 Changes in this version + const FieldContent + const FieldCreatedAt + const FieldID + const FieldPhoneNumber + const FieldProvider + const FieldSendStatus + const FieldUpdatedAt + const Label + const Table + var Columns = []string + var DefaultCreatedAt func() time.Time + var DefaultID func() uuid.UUID + var DefaultUpdatedAt func() time.Time + var UpdateDefaultUpdatedAt func() time.Time + func And(predicates ...predicate.SmsLog) predicate.SmsLog + func Content(v string) predicate.SmsLog + func ContentContains(v string) predicate.SmsLog + func ContentContainsFold(v string) predicate.SmsLog + func ContentEQ(v string) predicate.SmsLog + func ContentEqualFold(v string) predicate.SmsLog + func ContentGT(v string) predicate.SmsLog + func ContentGTE(v string) predicate.SmsLog + func ContentHasPrefix(v string) predicate.SmsLog + func ContentHasSuffix(v string) predicate.SmsLog + func ContentIn(vs ...string) predicate.SmsLog + func ContentLT(v string) predicate.SmsLog + func ContentLTE(v string) predicate.SmsLog + func ContentNEQ(v string) predicate.SmsLog + func ContentNotIn(vs ...string) predicate.SmsLog + func CreatedAt(v time.Time) predicate.SmsLog + func CreatedAtEQ(v time.Time) predicate.SmsLog + func CreatedAtGT(v time.Time) predicate.SmsLog + func CreatedAtGTE(v time.Time) predicate.SmsLog + func CreatedAtIn(vs ...time.Time) predicate.SmsLog + func CreatedAtLT(v time.Time) predicate.SmsLog + func CreatedAtLTE(v time.Time) predicate.SmsLog + func CreatedAtNEQ(v time.Time) predicate.SmsLog + func CreatedAtNotIn(vs ...time.Time) predicate.SmsLog + func ID(id uuid.UUID) predicate.SmsLog + func IDEQ(id uuid.UUID) predicate.SmsLog + func IDGT(id uuid.UUID) predicate.SmsLog + func IDGTE(id uuid.UUID) predicate.SmsLog + func IDIn(ids ...uuid.UUID) predicate.SmsLog + func IDLT(id uuid.UUID) predicate.SmsLog + func IDLTE(id uuid.UUID) predicate.SmsLog + func IDNEQ(id uuid.UUID) predicate.SmsLog + func IDNotIn(ids ...uuid.UUID) predicate.SmsLog + func Not(p predicate.SmsLog) predicate.SmsLog + func Or(predicates ...predicate.SmsLog) predicate.SmsLog + func PhoneNumber(v string) predicate.SmsLog + func PhoneNumberContains(v string) predicate.SmsLog + func PhoneNumberContainsFold(v string) predicate.SmsLog + func PhoneNumberEQ(v string) predicate.SmsLog + func PhoneNumberEqualFold(v string) predicate.SmsLog + func PhoneNumberGT(v string) predicate.SmsLog + func PhoneNumberGTE(v string) predicate.SmsLog + func PhoneNumberHasPrefix(v string) predicate.SmsLog + func PhoneNumberHasSuffix(v string) predicate.SmsLog + func PhoneNumberIn(vs ...string) predicate.SmsLog + func PhoneNumberLT(v string) predicate.SmsLog + func PhoneNumberLTE(v string) predicate.SmsLog + func PhoneNumberNEQ(v string) predicate.SmsLog + func PhoneNumberNotIn(vs ...string) predicate.SmsLog + func Provider(v string) predicate.SmsLog + func ProviderContains(v string) predicate.SmsLog + func ProviderContainsFold(v string) predicate.SmsLog + func ProviderEQ(v string) predicate.SmsLog + func ProviderEqualFold(v string) predicate.SmsLog + func ProviderGT(v string) predicate.SmsLog + func ProviderGTE(v string) predicate.SmsLog + func ProviderHasPrefix(v string) predicate.SmsLog + func ProviderHasSuffix(v string) predicate.SmsLog + func ProviderIn(vs ...string) predicate.SmsLog + func ProviderLT(v string) predicate.SmsLog + func ProviderLTE(v string) predicate.SmsLog + func ProviderNEQ(v string) predicate.SmsLog + func ProviderNotIn(vs ...string) predicate.SmsLog + func SendStatus(v uint8) predicate.SmsLog + func SendStatusEQ(v uint8) predicate.SmsLog + func SendStatusGT(v uint8) predicate.SmsLog + func SendStatusGTE(v uint8) predicate.SmsLog + func SendStatusIn(vs ...uint8) predicate.SmsLog + func SendStatusLT(v uint8) predicate.SmsLog + func SendStatusLTE(v uint8) predicate.SmsLog + func SendStatusNEQ(v uint8) predicate.SmsLog + func SendStatusNotIn(vs ...uint8) predicate.SmsLog + func UpdatedAt(v time.Time) predicate.SmsLog + func UpdatedAtEQ(v time.Time) predicate.SmsLog + func UpdatedAtGT(v time.Time) predicate.SmsLog + func UpdatedAtGTE(v time.Time) predicate.SmsLog + func UpdatedAtIn(vs ...time.Time) predicate.SmsLog + func UpdatedAtLT(v time.Time) predicate.SmsLog + func UpdatedAtLTE(v time.Time) predicate.SmsLog + func UpdatedAtNEQ(v time.Time) predicate.SmsLog + func UpdatedAtNotIn(vs ...time.Time) predicate.SmsLog + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByContent(opts ...sql.OrderTermOption) OrderOption + func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByPhoneNumber(opts ...sql.OrderTermOption) OrderOption + func ByProvider(opts ...sql.OrderTermOption) OrderOption + func BySendStatus(opts ...sql.OrderTermOption) OrderOption + func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption