]> code.delx.au - gnu-emacs-elpa/blob - snippets/sql-mode/constraint.1
8efcb40680ce7d91b956b9c2662d14ecf02de1b7
[gnu-emacs-elpa] / snippets / sql-mode / constraint.1
1 #contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
2 #name : CONSTRAINT [..] FOREIGN KEY ...
3 # key: constraint
4 # --
5 CONSTRAINT [${1:FK_Name}] FOREIGN KEY ${2:CLUSTERED} ([${3:ColumnName}])