mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 02:08:40 +00:00
19 lines
459 B
JSON
Executable File
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
|
|
}
|
|
}
|
|
}
|
|
} |