Last active
December 18, 2015 08:39
-
-
Save schmiddim/5755393 to your computer and use it in GitHub Desktop.
This file contains 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 IF NOT EXISTS `android_registered_ids` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`registrationID` varchar(255) COLLATE utf8_unicode_ci NOT NULL, | |
PRIMARY KEY (`id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=16 ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment