Skip to content

Commit

Permalink
feat(share):address
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron committed Dec 11, 2023
1 parent 405cf58 commit 9fb3bd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@Table(name = "tb_share",
uniqueConstraints={@UniqueConstraint(columnNames={"theme"})},
indexes= {
@Index(columnList="member_id")
@Index(columnList="member_address")
})
public class TbShare {

Expand Down

0 comments on commit 9fb3bd0

Please sign in to comment.