Skip to content

Instantly share code, notes, and snippets.

@taotetek
Created October 3, 2010 15:35
Show Gist options
  • Save taotetek/608665 to your computer and use it in GitHub Desktop.
Save taotetek/608665 to your computer and use it in GitHub Desktop.
CREATE TABLE watched_table (
id SERIAL PRIMARY KEY,
value INT,
date_updated TIMESTAMP NOT NULL DEFAULT now()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment