mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 14:58:42 +00:00
test fixes
This commit is contained in:
parent
f45fb503fb
commit
788755dd60
|
|
@ -4,7 +4,7 @@
|
||||||
"fields": {
|
"fields": {
|
||||||
".*": {
|
".*": {
|
||||||
"name": "[a-z0-9\\_]+",
|
"name": "[a-z0-9\\_]+",
|
||||||
"type": "[A-Z0-9\\(\\)]+",
|
"type": "[A-Z0-9\\(\\),]+",
|
||||||
".*?default": ".*",
|
".*?default": ".*",
|
||||||
".*?null": "1|0",
|
".*?null": "1|0",
|
||||||
".*?primary": "1|0",
|
".*?primary": "1|0",
|
||||||
|
|
@ -12,7 +12,8 @@
|
||||||
".*?autoincrement": "1|0",
|
".*?autoincrement": "1|0",
|
||||||
".*?foreignTable": "[a-z0-9\\_]+",
|
".*?foreignTable": "[a-z0-9\\_]+",
|
||||||
".*?foreignKey": "[a-z0-9\\_]+",
|
".*?foreignKey": "[a-z0-9\\_]+",
|
||||||
".*?annotations": ".*"
|
".*?annotations": ".*",
|
||||||
|
".*?description": ".*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user