pgroll/examples/10_create_index.json

15 lines
209 B
JSON
Raw Permalink Normal View History

{
"name": "10_create_index",
"operations": [
{
"create_index": {
"name": "idx_fruits_name",
"table": "fruits",
"columns": [
"name"
]
}
}
]
}