o
This commit is contained in:
vanessa gil 2017-03-14 16:51:38 +01:00
parent 2ccde70442
commit 32f984020b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
BEGIN transaction;
START TRANSACTION;
CREATE TABLE IF NOT EXISTS `ttable_test_nueva` (
`id` int(10) unsigned NOT NULL auto_increment,
`field1` varchar(60) NOT NULL default '',