Skip to content

Commit

Permalink
sortorder colomn definition fix in entity bean
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Nov 16, 2022
1 parent 98d6974 commit bb1865c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class License {
@Column(nullable = false)
private boolean isDefault;

@Column(nullable = false)
@Column(nullable = false, columnDefinition = "BIGINT NOT NULL DEFAULT 0")
private Long sortOrder;

@OneToMany(mappedBy="license")
Expand Down

0 comments on commit bb1865c

Please sign in to comment.