mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
22 lines
645 B
JSON
Executable File
22 lines
645 B
JSON
Executable File
{
|
|
".*": {
|
|
"name": "[a-z\\_]+",
|
|
".*?description": ".*",
|
|
"fields": {
|
|
".*": {
|
|
"name": "[a-z0-9\\_]+",
|
|
"type": "[A-Z0-9\\(\\),]+",
|
|
".*?default": ".*",
|
|
".*?null": "1|0",
|
|
".*?primary": "1|0",
|
|
".*?unique": "1|0",
|
|
".*?autoincrement": "1|0",
|
|
".*?multi_autoincrement": [".*"],
|
|
".*?foreignTable": "[a-z0-9\\_]+",
|
|
".*?foreignKey": "[a-z0-9\\_]+",
|
|
".*?annotations": ".*",
|
|
".*?description": ".*"
|
|
}
|
|
}
|
|
}
|
|
} |