Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kimjoar/169263 to your computer and use it in GitHub Desktop.
Save kimjoar/169263 to your computer and use it in GitHub Desktop.
CREATE TABLE http_cache (
url VARCHAR(1024),
headers BLOB,
content BLOB,
fetched_on_server DATETIME NOT NULL,
fecthed_on TIMESTAMP NOT NULL DEFAULT current_timestamp ON UPDATE current_timestamp
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment