Created
December 18, 2009 01:29
-
-
Save jamesgolick/259198 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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