🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
20 changed files with 1420 additions and 862 deletions
Showing only changes of commit 1bea0fd0b2 - Show all commits

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}