2 lines
75 B
Plaintext
2 lines
75 B
Plaintext
|
ALTER TABLE \`${1:name}\` ADD${2: UNIQUE} INDEX \`${3:column}\`(\`$3\`);$4
|