yasnippet-snippets/snippets/sql-mode/references
2019-03-09 18:35:58 +00:00

5 lines
No EOL
167 B
Text

# -*- mode: snippet -*-
# contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
# name: REFERENCES ...
# --
REFERENCES ${1:TableName}([${2:ColumnName}])