3
0

Basic (rest) structure for page & record/module attachments

This commit is contained in:
Denis Arh
2019-02-27 08:37:19 +01:00
parent 79229ef1f1
commit 8d43907bd6
36 changed files with 2849 additions and 860 deletions

View File

@@ -98,6 +98,7 @@ $parsers = array(
"uint64" => "parseUInt64",
"[]uint64" => "parseUInt64A",
"int" => "parseInt",
"uint" => "parseUint",
"bool" => "parseBool",
"sqlxTypes.JSONText" => "parseJSONTextWithErr",
);