Skip to content

Commit

Permalink
chore: add column name to field in entity
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibogus committed Mar 5, 2024
1 parent 195c19a commit dae1954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public class Jti extends MIWBaseEntity {
@Column(nullable = false)
private String jti;

@Column(nullable = false)
@Column(name = "is_used_status", nullable = false)
private boolean isUsedStatus;
}

0 comments on commit dae1954

Please sign in to comment.