Created
May 18, 2011 13:43
-
-
Save dkobia/978584 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 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