You need to specify a length for the varchar fields
f.ex.
CREATE TABLE `prov`.`test` (
`a` INT NOT NULL AUTO_INCREMENT,
`b` VARCHAR(20) NOT NULL,
`c` VARCHAR(20) NOT NULL,
PRIMARY KEY (`a`)
)
ENGINE = InnoDB;
** Changed in: mysql-gui-tools (Ubuntu)
Status: New => Invalid
--
MySQL Query Browser is unable to create a table
https://bugs.launchpad.net/bugs/297536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs