oms-Support/Admin/Install/db.json
2021-02-20 10:59:06 +01:00

21 lines
565 B
JSON
Executable File

{
"support_ticket": {
"name": "support_ticket",
"fields": {
"support_ticket_id": {
"name": "support_ticket_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"support_ticket_task": {
"name": "support_ticket_task",
"type": "INT",
"null": false,
"foreignTable": "task",
"foreignKey": "task_id"
}
}
}
}