8 lines
488 B
XML
8 lines
488 B
XML
<templateSet group="SQL">
|
|
<template name="col" value="$col$ $type$ $null$$END$" description="column definition" toReformat="true" toShortenFQNames="false">
|
|
<variable name="col" expression="" defaultValue=""col"" alwaysStopAt="true" />
|
|
<variable name="type" expression="" defaultValue=""int"" alwaysStopAt="true" />
|
|
<variable name="null" expression="" defaultValue=""not null"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
</templateSet> |