oms-QualityManagement/Admin/Install/db.json
Dennis Eichhorn aeed4d9919
Some checks are pending
Image optimization / general_image_workflow (push) Waiting to run
CI / general_module_workflow_php (push) Waiting to run
CI / general_module_workflow_js (push) Waiting to run
bug fixes
2025-04-02 13:33:51 +00:00

21 lines
589 B
JSON
Executable File

{
"qualitymgmt_report": {
"name": "qualitymgmt_report",
"fields": {
"qualitymgmt_report_id": {
"name": "qualitymgmt_report_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"qualitymgmt_report_task": {
"name": "qualitymgmt_report_task",
"type": "INT",
"null": false,
"foreignTable": "task",
"foreignKey": "task_id"
}
}
}
}