Skip to content

Instantly share code, notes, and snippets.

@Samuyi
Created January 8, 2019 16:48
Show Gist options
  • Save Samuyi/6b71f23b3086f3d834b570539d5d6cbe to your computer and use it in GitHub Desktop.
Save Samuyi/6b71f23b3086f3d834b570539d5d6cbe to your computer and use it in GitHub Desktop.
another trigger
CREATE TRIGGER account_audit_trigger
AFTER INSERT OR UPDATE OR DELETE ON account
FOR EACH ROW EXECUTE PROCEDURE account_audit_func();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment