@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
34 lines (33 loc) • 517 B
JSON
{
"description": "Store History of Tymly",
"type": "object",
"properties": {
"modelName": {
"type": "string"
},
"keyString": {
"type": "string"
},
"oldValues": {
"type": "object"
},
"diff": {
"type": "object"
}
},
"indexes": [
{
"columns": ["model_name"],
"unique": false
},
{
"columns": ["key_string"],
"unique": false
},
{
"columns": ["created"],
"unique": false
}
],
"audit": false
}