// Code generated by gorm.io/gen. DO NOT EDIT. // Code generated by gorm.io/gen. DO NOT EDIT. // Code generated by gorm.io/gen. DO NOT EDIT. package prestadb const TableNamePsPsgdprConsentLang = "ps_psgdpr_consent_lang" // PsPsgdprConsentLang mapped from table type PsPsgdprConsentLang struct { IDGdprConsent int32 `gorm:"column:id_gdpr_consent;primaryKey;autoIncrement:true" json:"id_gdpr_consent"` IDLang int32 `gorm:"column:id_lang;primaryKey" json:"id_lang"` Message *string `gorm:"column:message" json:"message"` IDShop int32 `gorm:"column:id_shop;primaryKey" json:"id_shop"` } // TableName PsPsgdprConsentLang's table name func (*PsPsgdprConsentLang) TableName() string { return TableNamePsPsgdprConsentLang }