hospital_id uuid not null references public.hospitals(id), department_id uuid not null references public.departments(id), created_at timestamptz not null default now(), updated_at timestamptz not null ...