Commit b5ca6237 authored by Ana's avatar Ana

script

parent c3b00130
CREATE TABLE `intelsecuritymovistar`.`campaign` ( `id` INT NOT NULL , `message` TEXT NOT NULL , `status` TINYINT(1) NOT NULL DEFAULT '0' ) ENGINE = InnoDB;
ALTER TABLE `campaign` ADD PRIMARY KEY( `id`);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment