Bug #85550 "Synchronize Model" skips certain tables
Submitted: 20 Mar 2017 19:18 Modified: 21 Mar 2017 7:55
Reporter: Erwin de Haan Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:6.3.9 build 10960321 CE OS:Windows (10 x64)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[20 Mar 2017 19:19] Erwin de Haan
Table Mapping Window

Attachment: MySQLWorkbench_2017-03-20_20-11-40.png (image/png, text), 21.23 KiB.

[20 Mar 2017 19:19] Erwin de Haan
The generated script to create the database. (Using sync function)

Attachment: testdb_bug.sql (application/octet-stream, text), 1.66 KiB.

[20 Mar 2017 19:20] Erwin de Haan
The corresponding model file.

Attachment: testdb_bug.mwb (application/octet-stream, text), 7.25 KiB.

[20 Mar 2017 19:24] Erwin de Haan
The original problem table in the model.

Attachment: model_table.png (image/png, text), 17.67 KiB.

[20 Mar 2017 19:25] Erwin de Haan
The server table (from an older version of the model)

Attachment: server_table.png (image/png, text), 22.79 KiB.

[20 Mar 2017 19:25] Erwin de Haan
The sync result (nothing to sync)

Attachment: sync_result.png (image/png, text), 56.55 KiB.

[20 Mar 2017 19:53] Erwin de Haan
The correct script, the other one had the wrong quotes in the generated column.

Attachment: testdb_bug.sql (application/octet-stream, text), 1.67 KiB.