phpOMS/tests/Application/db.json
Dennis Eichhorn 0a8a5c63c5
Some checks failed
Compress images / calibreapp/image-actions (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
fix permissions
2025-04-02 14:15:07 +00:00

29 lines
721 B
JSON

{
"app": {
"name": "app",
"fields": {
"app_id": {
"name": "app_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"app_name": {
"name": "app_name",
"type": "VARCHAR(50)",
"null": false
},
"app_theme": {
"name": "app_theme",
"type": "VARCHAR(255)",
"null": false
},
"app_status": {
"name": "app_status",
"type": "TINYINT",
"null": false
}
}
}
}