// 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 TableNamePsProductAttachment = "ps_product_attachment" // PsProductAttachment mapped from table type PsProductAttachment struct { IDProduct int32 `gorm:"column:id_product;primaryKey" json:"id_product"` IDAttachment int32 `gorm:"column:id_attachment;primaryKey" json:"id_attachment"` } // TableName PsProductAttachment's table name func (*PsProductAttachment) TableName() string { return TableNamePsProductAttachment }