mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Update for pg - Internal changes for DB Migration / DDL generation #369
This commit is contained in:
@@ -8,7 +8,7 @@ import javax.persistence.*;
|
||||
@Table(name="warehouses")
|
||||
public class Warehouse {
|
||||
@Id
|
||||
@Column(name="ID")
|
||||
@Column(name="id")
|
||||
private Integer id;
|
||||
|
||||
@ManyToOne//(optional = false) //todo: should this be nullable with assertions made?
|
||||
|
||||
Reference in New Issue
Block a user