Skip to content

Instantly share code, notes, and snippets.

@jamesgolick
Created December 18, 2009 01:29
Show Gist options
  • Select an option

  • Save jamesgolick/259198 to your computer and use it in GitHub Desktop.

Select an option

Save jamesgolick/259198 to your computer and use it in GitHub Desktop.
CREATE TABLE `index_addresses_on_user_id` (
`id` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`user_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`user_id`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment