CREATE {{if .Unique}}UNIQUE {{end}}INDEX IF NOT EXISTS {{quote_ident .IndexName}} ON {{qual_table .SchemaName .TableName}} USING {{.IndexType}} ({{.Columns}});