Files
b2b/app/model/prestadb/ps_profile_lang.go

20 lines
612 B
Go

// 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 TableNamePsProfileLang = "ps_profile_lang"
// PsProfileLang mapped from table <ps_profile_lang>
type PsProfileLang struct {
IDLang int32 `gorm:"column:id_lang;primaryKey" json:"id_lang"`
IDProfile int32 `gorm:"column:id_profile;primaryKey" json:"id_profile"`
Name string `gorm:"column:name;not null" json:"name"`
}
// TableName PsProfileLang's table name
func (*PsProfileLang) TableName() string {
return TableNamePsProfileLang
}