{ "name": "CompanyI18n", "base": "VnModel", "options": { "mysql": { "table": "companyI18n" } }, "properties": { "id": { "type": "number", "id": true }, "companyFk": { "type": "number", "id": 1 }, "lang": { "type": "string", "id": 2 }, "footnotes": { "type": "string" } } }