Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created September 5, 2011 22:53
Show Gist options
  • Save fabriziomachado/1196108 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1196108 to your computer and use it in GitHub Desktop.
CREATE TABLE `academico_test`.`phone_carrier` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(150) ,
`txt_address` VARCHAR(150) ,
`txt_message_length` VARCHAR(150) ,
PRIMARY KEY (`id`)
)
ENGINE = MyISAM;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment