UNPKG

ndut-db-journal

Version:

Dataset Journaling for Ndut Framework

31 lines 566 B
{ "properties": { "model": { "type": "String", "length": 50, "required": true, "index": true }, "recordId": { "type": "String", "length": 50, "required": true, "index": true }, "state": { "type": "String", "length": 50, "index": true }, "action": { "type": "String", "length": 20, "index": true }, "details": { "type": "json", "required": true } }, "feature": ["createdAt", "updatedAt", "ndutAuthUserId", "ndutSiteSiteId"] }