12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"id": "fc0aed2f-0b61-41b6-8491-c49647582f43",
|
|
"prefix": "df",
|
|
"description": "DELETE FROM fragment",
|
|
"body": "DELETE FROM $table_name$ WHERE $CURSOR$",
|
|
"placeholders": [
|
|
{
|
|
"name": "table_name",
|
|
"defaultValue": "[schema].[table_name]"
|
|
}
|
|
]
|
|
} |