Skip to content

Commit

Permalink
PI-2095: Fix db table
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 committed Jun 25, 2024
1 parent 69ebcf3 commit f730c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ProviderTeam(
@Column(name = "provider_team_id")
val providerTeamId: Long,

@Column(name = "code")
@Column(name = "code", columnDefinition = "char(6)")
val code: String,

@Column(name = "name")
Expand Down

0 comments on commit f730c5b

Please sign in to comment.