mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 16:06:23 +00:00
Fix: minutes_id 충돌 해결
This commit is contained in:
parent
9fe3e4f9ae
commit
ad76059db6
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ import lombok.NoArgsConstructor;
|
|||||||
public class MinutesSectionEntity extends BaseTimeEntity {
|
public class MinutesSectionEntity extends BaseTimeEntity {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@Column(name = "section_id", length = 50)
|
@Column(name = "id", length = 50)
|
||||||
private String sectionId;
|
private String sectionId;
|
||||||
|
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
@ManyToOne(fetch = FetchType.LAZY)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user