phpOMS/tests/Application/Testapp/Admin/Install/db.json
2022-11-09 22:55:39 +01:00

19 lines
459 B
JSON
Executable File

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