... INSERT INTO profile user_id values (new.user_id); ... #### ... INSERT INTO profile (user_id) values (new.user_id); ...