Skip to content

Commit

Permalink
修复 ALTER TABLE 语句
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jan 7, 2025
1 parent a4f06ee commit a5c65f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@Entity
@Table(name = "user",
uniqueConstraints = {@UniqueConstraint(columnNames = "githubId")},
uniqueConstraints = {@UniqueConstraint(columnNames = "githubUserId")},
indexes = {@Index(columnList = "githubLogin"),@Index(columnList = "githubUserId")})
@AllArgsConstructor
@NoArgsConstructor
Expand Down

0 comments on commit a5c65f2

Please sign in to comment.