Bug #47869 Forward Engineer SQL Create Script - Missing brackets in script
Submitted: 6 Oct 2009 17:22 Modified: 6 Oct 2009 17:40
Reporter: David Btm Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.3 OSS Alpha OS:Windows (XP SP3)
Assigned to: CPU Architecture:Any
Tags: bracket, export, missing, script, SQL Create

[6 Oct 2009 17:22] David Btm
Description:
After exporting a "Forward Engineer SQL Create Script", the script can not be imported in PHPmyAdmin that reports an error.
The reason is that in the generated script, CREATE TABLE blocs are not closed : a bracket ")" is always missing.

How to repeat:
Export a script using the command File > Export > Forward Engineer SQL Create Script.
Try to import the generated script in PHPmyAdmin, it fails.
Look inside the script code and at the end of each TABLE CREATE bloc you will notice that there is no bracket ")" to close the bloc.
[6 Oct 2009 17:40] MySQL Verification Team
Thank you for the bug report. Duplicate of bug: http://bugs.mysql.com/bug.php?id=47407.