Needle
04/16/2022, 11:19 PM/title command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/16/2022, 11:22 PMNeedle
04/16/2022, 11:22 PMakito
04/16/2022, 11:29 PMtrigger and the code to mirror the bottom example (not sure if return new is necessary or not), but after linking the function (on INSERT into auth.users, run function after) I'm getting a 500 error when attempting to sign up:
begin
INSERT INTO public.user_data (user_id)
VALUES (new.id);
return new;
end;
where the user_data table within the public schema only contains the user_id as the primary key with type uuidakito
04/16/2022, 11:32 PM