Integrated the CustomTableFieldManager into the readme

This commit is contained in:
mathias 2021-08-20 14:43:28 +02:00
parent 2be583685f
commit 788cec76fa
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

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, "");