created_at timestamptz not null default now(), updated_at timestamptz not null default now(), created_at timestamptz not null default now(), updated_at timestamptz ...
user_id uuid not null references public.profiles(id) on delete cascade, friend_id uuid not null references public.profiles(id) on delete cascade, created_at timestamptz not null default now(), ...