Checkpoint: Added docs, improved ExchangeEntity
This commit is contained in:
@ -18,7 +18,7 @@ public class Exchange {
|
||||
private Long id;
|
||||
|
||||
@OneToOne
|
||||
@JoinColumn(name = "owned_id")
|
||||
@JoinColumn(name = "owned_id", unique = true)
|
||||
private Assignment ownedAssignment;
|
||||
|
||||
@OneToOne
|
||||
|
Reference in New Issue
Block a user