Snippet
This commit is contained in:
parent
ab5bf246bd
commit
60a50fc094
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ snippet varchar "VARCHAR"
|
|||
<column name="$1" type="VARCHAR" size="255" required="false" />
|
||||
endsnippet
|
||||
|
||||
snippet bool "BOOL"
|
||||
<column name="$1" type="BOOLEAN" required="true" defaultValue="false" />
|
||||
endsnippet
|
||||
|
||||
snippet longvarchar "LONGVARCHAR"
|
||||
<column name="$1" type="LONGVARCHAR" size="255" required="false" />
|
||||
endsnippet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue