Skip to content

Instantly share code, notes, and snippets.

@schmiddim
Last active December 18, 2015 08:39
Show Gist options
  • Save schmiddim/5755393 to your computer and use it in GitHub Desktop.
Save schmiddim/5755393 to your computer and use it in GitHub Desktop.
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