Comments
2 comments
-
A created column is a column in a table that would not explicitly be set to a specific value in a query Instead, its value is automatically generated based on an expression.
-
To start, select Synchronize With Any Source from the Database navigation menu, as the following figure shows. Alternatively, select Synchronize Model to open the same https://mycomputerwindows10.com/ wizard that defaults to a model. A Model or EER diagram must be selected for these synchronization options to be present under the Database navigation menu
Add comment
Please sign in to leave a comment.
The comparison detects a table in the source database that is not in the target database.
This is the SQL that it generates:
This is missing the definition of the generated column. It should look like this (I have generated this in MySQL Workbench for the table in the source database):
I am using MySQL version 5.7.12, which does seem to be supported by the software.
Am I missing something?