mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
5 lines
205 B
Groff
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}]) |