mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Merge branch 'master' of github.com:ebean-orm/ebean
This commit is contained in:
@@ -112,7 +112,7 @@ public class DeployInheritInfo {
|
||||
public int getColumnLength(InheritInfo parent) {
|
||||
if (columnLength == 0) {
|
||||
if (parent == null) {
|
||||
columnLength = 10;
|
||||
columnLength = 31;
|
||||
} else {
|
||||
columnLength = parent.getColumnLength();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user