mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-20 17:28:40 +00:00
71 lines
2.2 KiB
JSON
Executable File
71 lines
2.2 KiB
JSON
Executable File
{
|
|
"auditor_audit": {
|
|
"name": "auditor_audit",
|
|
"fields": {
|
|
"auditor_audit_id": {
|
|
"name": "auditor_audit_id",
|
|
"type": "INT",
|
|
"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": "TINYINT",
|
|
"null": false
|
|
},
|
|
"auditor_audit_subtype": {
|
|
"name": "auditor_audit_subtype",
|
|
"type": "TINYINT",
|
|
"null": false
|
|
},
|
|
"auditor_audit_content": {
|
|
"name": "auditor_audit_content",
|
|
"type": "TEXT",
|
|
"default": null,
|
|
"null": true
|
|
},
|
|
"auditor_audit_old": {
|
|
"name": "auditor_audit_old",
|
|
"type": "TEXT",
|
|
"default": null,
|
|
"null": true
|
|
},
|
|
"auditor_audit_new": {
|
|
"name": "auditor_audit_new",
|
|
"type": "TEXT",
|
|
"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": false,
|
|
"foreignTable": "account",
|
|
"foreignKey": "account_id"
|
|
},
|
|
"auditor_audit_ip": {
|
|
"name": "auditor_audit_ip",
|
|
"type": "INT",
|
|
"null": false
|
|
}
|
|
}
|
|
}
|
|
} |