Added default values to the table field

This commit is contained in:
mathias 2021-08-20 14:07:52 +02:00
parent 5114296b74
commit 1bea0fd0b2
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

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}