Skip to content

Instantly share code, notes, and snippets.

@AlexanderNorway
Created August 12, 2012 05:24
Show Gist options
  • Save AlexanderNorway/3329921 to your computer and use it in GitHub Desktop.
Save AlexanderNorway/3329921 to your computer and use it in GitHub Desktop.
CREATE TABLE FaceBook (
uid int(15) NOT NULL,
id int(15) NOT NULL,
time int(15) NOT NULL,
changed_fields varchar(20) NOT NULL,
PRIMARY KEY (uid,changed_fields)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment