removed file.

This commit is contained in:
vanessa gil 2017-04-05 17:47:27 +02:00 committed by Arturo Gonzalez
parent 22813cc412
commit 8065ca21a5
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
START TRANSACTION;
CREATE TABLE IF NOT EXISTS `ttable_test3` (
`id` int(10) unsigned NOT NULL auto_increment,
`field1` varchar(60) NOT NULL default '',
`field2` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `tusuario` ADD COLUMN `test_nuevo3` tinyint(1) NOT NULL DEFAULT 0;
COMMIT;