// 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 TableNamePsAccess = "ps_access" // PsAccess mapped from table type PsAccess struct { IDProfile int32 `gorm:"column:id_profile;primaryKey" json:"id_profile"` IDAuthorizationRole int32 `gorm:"column:id_authorization_role;primaryKey" json:"id_authorization_role"` } // TableName PsAccess's table name func (*PsAccess) TableName() string { return TableNamePsAccess }