© 2026 Hedgehog Software, LLC
.eq("username", `lower(${username})`);
CREATE UNIQUE INDEX idx_username ON public.profile(lower(username))