mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 11:26:25 +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 {
|
||||
|
||||
@Id
|
||||
@Column(name = "section_id", length = 50)
|
||||
@Column(name = "id", length = 50)
|
||||
private String sectionId;
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user