added base FieldManager

This commit is contained in:
Taras Machyshyn
2014-03-28 11:49:06 +02:00
parent a19cb3608c
commit fc4f35cdd8
8 changed files with 249 additions and 64 deletions

View File

@@ -0,0 +1,16 @@
{
"fields": {
"someName": {
"type": "varchar",
"maxLength": 40
},
"someName2": {
"type": "varchar",
"maxLength": 40
},
"some": {
"type": "varchar",
"maxLength": 40
}
}
}