-- Extends auth.users with public profile data. -- Synced automatically via trigger on auth.users insert. created_at timestamptz not null default now(), updated_at timestamptz not null default now() ...