phpOMS/tests/Application/Testapp/Admin/Install/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

19 lines
459 B
JSON

{
"test_app": {
"name": "test_app",
"fields": {
"test_app_id": {
"name": "test_app_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"test_app_title": {
"name": "test_app_title",
"type": "VARCHAR(255)",
"null": false
}
}
}
}