UNPKG

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

37 lines 744 B
{ "props": { "tcode": { "type": "String", "trim": true, "_m_category": "tcode", "index": true }, "devclass": { "type": "String", "trim": true, "_m_category": "devclass", "index": true }, "systemId": { "type": "String", "trim": true, "_m_category": "systemId" }, "client": { "type": "String", "trim": true, "_m_category": "client" }, "transaction_description": { "type": "String", "trim": true, "_m_category": "transaction description", "index": true } }, "index": { "transaction_description": "text", "tcode": "text", "devclass": "text" } }