Skip to content

Instantly share code, notes, and snippets.

@Ttech
Created April 15, 2011 02:19
Show Gist options
  • Save Ttech/921008 to your computer and use it in GitHub Desktop.
Save Ttech/921008 to your computer and use it in GitHub Desktop.
CREATE TABLE phergie_cache (
id INT UNIQUE PRIMARY KEY,
expiration TIME,
name VARCHAR(120),
value BLOB
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment