mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
FIX DB2 migration: reorg table must be called after drop not null
This commit is contained in:
@@ -39,4 +39,9 @@ public class ETable {
|
||||
|
||||
@OneToMany(mappedBy = "foreign")
|
||||
List<ETable> foreigns;
|
||||
|
||||
private String textfield;
|
||||
|
||||
@Index
|
||||
private String textfield2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user