RootCauseunvalidated
@Enumerated(EnumType.STRING) @Column(name="create_process_status") private ProcessStatusType processStatusType; — In the database also I have created the column is of type enum. Outcome: In the database i have modified the column type enum to varchar.
3b3563fa-68e9-44c3-b867-4ca594b96577
@Enumerated(EnumType.STRING) @Column(name="create_process_status") private ProcessStatusType processStatusType; — In the database also I have created the column is of type enum. Outcome: In the database i have modified the column type enum to varchar.