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