phpOMS/DataStorage/Database/tableDefinition.json

19 lines
513 B
JSON

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