Added default values to the table field

This commit is contained in:
2021-08-20 14:07:52 +02:00
parent 5114296b74
commit 1bea0fd0b2

View File

@@ -7,7 +7,7 @@ public class TableField {
private int length = 255;
private boolean allowNull = false;
private String defaultValue = "";
private String[] extra;
private String[] extra = new String[0];
/**
* Basic constructor of the {@link TableField}