How would i go about creating the following in drizzle? I have tried a few different ways and apparently im missing something ```sql CREATE UNIQUE INDEX uq_tags_public_name ON tags ((lower(name))) WHERE scope='PUBLIC'; ```