oms-Auditor/Admin/Install/db.json
Dennis Eichhorn 52c11484ac update
2024-01-02 23:34:17 +00:00

79 lines
2.4 KiB
JSON
Executable File

{
"auditor_audit": {
"name": "auditor_audit",
"fields": {
"auditor_audit_id": {
"name": "auditor_audit_id",
"type": "BIGINT",
"null": false,
"primary": true,
"autoincrement": true
},
"auditor_audit_module": {
"name": "auditor_audit_module",
"type": "VARCHAR(255)",
"default": null,
"null": true
},
"auditor_audit_ref": {
"name": "auditor_audit_ref",
"type": "VARCHAR(255)",
"default": null,
"null": true
},
"auditor_audit_type": {
"name": "auditor_audit_type",
"type": "INT",
"null": false
},
"auditor_audit_trigger": {
"name": "auditor_audit_trigger",
"type": "VARCHAR(255)",
"null": false
},
"auditor_audit_content": {
"name": "auditor_audit_content",
"type": "BLOB",
"default": null,
"null": true
},
"auditor_audit_old": {
"name": "auditor_audit_old",
"type": "BLOB",
"default": null,
"null": true
},
"auditor_audit_new": {
"name": "auditor_audit_new",
"type": "BLOB",
"default": null,
"null": true
},
"auditor_audit_blockchain": {
"name": "auditor_audit_blockchain",
"type": "VARCHAR(129)",
"default": null,
"null": true
},
"auditor_audit_created_at": {
"name": "auditor_audit_created_at",
"type": "DATETIME",
"null": false
},
"auditor_audit_created_by": {
"name": "auditor_audit_created_by",
"type": "INT",
"null": true,
"default": null,
"foreignTable": "account",
"foreignKey": "account_id"
},
"auditor_audit_ip": {
"name": "auditor_audit_ip",
"type": "BIGINT(20)",
"null": false
}
}
}
}