yasnippet/snippets/sql-mode/constraint.1
2013-05-05 21:15:27 -04:00

5 lines
205 B
Groff

# contributor: Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
# name: CONSTRAINT [..] FOREIGN KEY ...
# key: constraint
# --
CONSTRAINT [${1:FK_Name}] FOREIGN KEY ${2:CLUSTERED} ([${3:ColumnName}])