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