phpOMS/DataStorage/Database/tableDefinition.json
Dennis Eichhorn 788755dd60 test fixes
2023-09-24 00:08:27 +00:00

20 lines
563 B
JSON
Executable File

{
".*": {
"name": "[a-z\\_]+",
"fields": {
".*": {
"name": "[a-z0-9\\_]+",
"type": "[A-Z0-9\\(\\),]+",
".*?default": ".*",
".*?null": "1|0",
".*?primary": "1|0",
".*?unique": "1|0",
".*?autoincrement": "1|0",
".*?foreignTable": "[a-z0-9\\_]+",
".*?foreignKey": "[a-z0-9\\_]+",
".*?annotations": ".*",
".*?description": ".*"
}
}
}
}