From 788cec76fafd6cb46062a6aaeb11f718949d6efd Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 20 Aug 2021 14:43:28 +0200 Subject: [PATCH] Integrated the CustomTableFieldManager into the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa446f3..ec730b6 100644 --- a/README.md +++ b/README.md @@ -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, "");