Using postgres
Hey @shamoons, what about @Column(DataType.JSON) data: any;?
@Column(DataType.JSON) data: any;
Is there any better approach than 'any' ? Sonar is not happy with any.
Most helpful comment
Hey @shamoons, what about
@Column(DataType.JSON) data: any;?