Skip to content

Commit

Permalink
feat: 스키마 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 23, 2024
1 parent 84ffae8 commit 8d5a82f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import lombok.Setter;

@Entity(name = "economic_terms")
@Table(name = "economic_terms", schema = "gyeongdan")
@Getter
@Setter
@Builder
Expand Down

0 comments on commit 8d5a82f

Please sign in to comment.