phpOMS/tests/Application/Testapp/Admin/Install/db.json
2021-09-30 22:14:37 +02: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
}
}
}
}