-- select an user; SELECT u.id, u.full_name, u.email, u.created_at, u.is_active FROM public.user_account AS u WHERE u.id = $1::uuid;