mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
|
#name : CONSTRAINT [..] PRIMARY KEY ...
|
|
# --
|
|
CONSTRAINT [${1:PK_Name}] PRIMARY KEY ${2:CLUSTERED} ([${3:ColumnName}])
|