init
This commit is contained in:
5
snippets/sql-mode/column
Normal file
5
snippets/sql-mode/column
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
|
||||
# name: , ColumnName ColumnType NOT NULL...
|
||||
# --
|
||||
, ${1:Name} ${2:Type} ${3:NOT NULL}
|
||||
Reference in New Issue
Block a user