🛠️ 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
Showing only changes of commit 788cec76fa - Show all commits

View File

@ -144,6 +144,7 @@ easier.
@Override
protected void tableFields() {
custom("test").type(SQLType.STRING).length(255).add();
string("column1", 255, "default");
string("colum2", 100, "test2");
integer("colum3", 2, "");