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