Update for pg - Internal changes for DB Migration / DDL generation #369

This commit is contained in:
Robin Bygrave
2015-08-05 20:59:09 +12:00
parent 22407506ff
commit 689d201b04
92 changed files with 2976 additions and 661 deletions
@@ -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?