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