How to create unique lowercase index?
I'm trying to recreate the following sql statement. I don't think what I'm writing with the where clause is correct.
But writing
But writing
.on(sqllower(domain)) results in a type error. Is there a way to do it in drizzle currently?