uniqueIndex('groups_unique_idx_working').using(
'btree',
sql`LOWER(label)`,
table.owner,
sql`"parentGroupId") NULLS NOT DISTINCT; --`,
),
uniqueIndex('groups_unique_idx_working').using(
'btree',
sql`LOWER(label)`,
table.owner,
sql`"parentGroupId") NULLS NOT DISTINCT; --`,
),