You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATEFUNCTIONdelete_related_contact_mechanisms()
RETURNS TRIGGER LANGUAGE PLPGSQL AS
$$
BEGIN-- trigger logic
IF OLD.contact_mechanism_address_id THEN
END IF;
END;
$$
CREATETRIGGERdelete_related_contact_mechanisms
AFTER DELETEON contact_mechanisms
FOR EACH ROW
EXECUTE PROCEDURE delete_related_contact_mechanisms
The text was updated successfully, but these errors were encountered:
Resources
Code example
The text was updated successfully, but these errors were encountered: