Added json field in company
This commit is contained in:
@@ -62,5 +62,8 @@ public class CompanyEntity extends BaseEntity{
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "HUB_ID")
|
||||
private HubEntity hub;
|
||||
|
||||
@Column(name = "JSON")
|
||||
private String json;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user