updated code
This commit is contained in:
@@ -39,8 +39,8 @@ public class CompanyDocumentEntity extends BaseEntity {
|
||||
private UserWithCompanyEntity userWithCompany;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "CATEGORY_ID")
|
||||
private CategoryEntity categoryEntity;
|
||||
@JoinColumn(name = "DOCUMENT_CATEGORY_ID")
|
||||
private DocumentCategoryEntity categoryEntity;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user