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