mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 10:18:39 +00:00
16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|
"name": "[a-z]+",
|
|
"fields": {
|
|
".*": {
|
|
"name": "[a-z]+",
|
|
"type": ".+",
|
|
".*?default": "1|0",
|
|
".*?null": "1|0",
|
|
".*?primary": "1|0",
|
|
".*?unique": "1|0",
|
|
".*?autoincrement": "1|0",
|
|
".*?foreignTable": "[a-z]+",
|
|
".*?foreignKey": "[a-z]+"
|
|
}
|
|
}
|
|
} |