Skip to content

Instantly share code, notes, and snippets.

@aaronky
Created April 29, 2011 17:49
Show Gist options
  • Select an option

  • Save aaronky/948699 to your computer and use it in GitHub Desktop.

Select an option

Save aaronky/948699 to your computer and use it in GitHub Desktop.
CREATE TABLE heartbeat (
id int NOT NULL PRIMARY KEY,
ts datetime NOT NULL
);
INSERT INTO heartbeat (id) VALUES (1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment