Skip to content

Instantly share code, notes, and snippets.

@dkobia
Created May 18, 2011 13:43
Show Gist options
  • Save dkobia/978584 to your computer and use it in GitHub Desktop.
Save dkobia/978584 to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS `frontlinesms`
(
id int(11) unsigned NOT NULL AUTO_INCREMENT,
frontlinesms_key varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment