Skip to content

Commit

Permalink
Update FineArtsAppliedSkillsCodeEntity.java
Browse files Browse the repository at this point in the history
Increased column width for description
  • Loading branch information
cditcher authored Jun 27, 2024
1 parent 4abe3a3 commit 7255d27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class FineArtsAppliedSkillsCodeEntity extends BaseEntity {
@Column(name = "LABEL", nullable = false, length = 50)
private String label;

@Column(name = "DESCRIPTION", nullable = false, length = 355)
@Column(name = "DESCRIPTION", nullable = false, length = 500)
private String description;

@Column(name = "DISPLAY_ORDER", nullable = false, precision = 0)
Expand Down

0 comments on commit 7255d27

Please sign in to comment.