phpOMS/DataStorage/Database/tableDefinition.json
Dennis Eichhorn 0a8a5c63c5
Some checks failed
Compress images / calibreapp/image-actions (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
fix permissions
2025-04-02 14:15:07 +00:00

22 lines
637 B
JSON

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