mgnlq_testmodel
Version:
example model data for usage in mgnlq_model, use latter to create db testdb from this data, note that data needs to be explicitely linked as not a standard dependency
71 lines • 1.57 kB
JSON
{
"props": {
"recordKey": {
"type": "String",
"trim": true,
"_m_category": "recordKey"
},
"TransportObject": {
"type": "String",
"trim": true,
"required": true,
"_m_category": "TransportObject",
"index": true
},
"Shorttext": {
"type": "String",
"trim": true,
"_m_category": "Shorttext"
},
"clientSpecific": {
"type": "Boolean",
"trim": true,
"_m_category": "clientSpecific",
"index": true
},
"Object_name_length": {
"type": "Number",
"trim": true,
"_m_category": "Object name length"
},
"category": {
"type": "String",
"trim": true,
"_m_category": "category"
},
"TranslationRelevant": {
"type": "Boolean",
"trim": true,
"_m_category": "TranslationRelevant",
"index": true
},
"Type": {
"type": "String",
"trim": true,
"_m_category": "Type"
},
"_tables": [
{
"Table": {
"type": "String",
"required" : true,
"trim": true,
"_m_category": "Table",
"index": true
},
"TableTransportKeySpec": {
"type": "String",
"trim": true,
"_m_category": "TableTransportKeySpec"
},
"PrimaryTable": {
"type": "Boolean",
"trim": true,
"_m_category": "PrimaryTable",
"index": true
}
}
]
},
"index": {}
}