First commit.
This commit is contained in:
5
snippets/sql-mode/references
Normal file
5
snippets/sql-mode/references
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
# name: REFERENCES ...
|
||||
# --
|
||||
REFERENCES ${1:TableName}([${2:ColumnName}])
|
Reference in New Issue
Block a user