mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-27 06:25:28 +03:00
31 lines
676 B
JSON
31 lines
676 B
JSON
{
|
|
"type": "array",
|
|
"separator": " ",
|
|
"fields": {
|
|
"type": "object",
|
|
"separator": ":",
|
|
"fields": [
|
|
"name",
|
|
{
|
|
"name": "column",
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
{
|
|
"name": "table",
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
{
|
|
"name": "on_delete",
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
{
|
|
"name": "on_update",
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
]
|
|
}
|
|
} |