Skip to content

Instantly share code, notes, and snippets.

@QiMata
Created June 18, 2020 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QiMata/32546c1d481fa8f3c04f5976614e1e9d to your computer and use it in GitHub Desktop.
Save QiMata/32546c1d481fa8f3c04f5976614e1e9d to your computer and use it in GitHub Desktop.
Logging table for table to be logged
create table logging_address
(
like address EXCLUDING CONSTRAINTS,
operation char(10) not null,
date_operated timestamp with time zone not null default current_timestamp
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment