Skip to content

Instantly share code, notes, and snippets.

@riaf
Created August 18, 2009 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riaf/169614 to your computer and use it in GitHub Desktop.
Save riaf/169614 to your computer and use it in GitHub Desktop.
CREATE TABLE `oretter_status_message` (
`id` int(11) unsigned NOT NULL auto_increment,
`body` blob NOT NULL,
`created` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment