Schema Comparison in new version
Posted: Wed 02 Mar 2016 16:32
Hello,
I'm getting lots of errors and strange result table file after performing a schema comparision and synchronization from db to project. This worked in the previous version.
The generated table file starts with the create table statement, then
ENGINE = INNODB
CHARACTER SET utf8
COLLATE utf8_unicode_ci;
and finally repeats all column/constraint definitions (without the create table command) and then also repeats the engine, character set and collate commands !?!
Furthermore it shows that there are 18 errors but none of them is listed. I have to enable the "output view" to see them.
I'm using MariaDB.
I'm getting lots of errors and strange result table file after performing a schema comparision and synchronization from db to project. This worked in the previous version.
The generated table file starts with the create table statement, then
ENGINE = INNODB
CHARACTER SET utf8
COLLATE utf8_unicode_ci;
and finally repeats all column/constraint definitions (without the create table command) and then also repeats the engine, character set and collate commands !?!
Furthermore it shows that there are 18 errors but none of them is listed. I have to enable the "output view" to see them.
I'm using MariaDB.