Generation

generate functionTue, 02 May 2023

when a new row is inserted on data table cg_campaigns, call node.js function

CREATE TRIGGER insert_cg_campaigns AFTER INSERT ON cg_campaigns FOR EACH ROW execute procedure insert_cg_campaigns();

Want to kickstart your project?Use the new AI Studio to create your code