oms-QualityManagement/Admin/Install/db.json
Dennis Eichhorn 65682d5515
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

21 lines
589 B
JSON

{
"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"
}
}
}
}