Added default values to the table field
This commit is contained in:
parent
5114296b74
commit
1bea0fd0b2
@ -7,7 +7,7 @@ public class TableField {
|
|||||||
private int length = 255;
|
private int length = 255;
|
||||||
private boolean allowNull = false;
|
private boolean allowNull = false;
|
||||||
private String defaultValue = "";
|
private String defaultValue = "";
|
||||||
private String[] extra;
|
private String[] extra = new String[0];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Basic constructor of the {@link TableField}
|
* Basic constructor of the {@link TableField}
|
||||||
|
Reference in New Issue
Block a user