test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-24 00:08:27 +00:00
parent f45fb503fb
commit 788755dd60

View File

@ -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": ".*"
}
}
}