Hi,

The default template is the following :

#foreach ($unique in $table.Unices)
    UNIQUE ($unique.ColumnList),
#end

This doesn't work, It should rather be :

#foreach ($unique in $table.Unices)
    UNIQUE $unique.Name ($unique.ColumnList),
#end

Thank you


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to