Bug #50708 Error in datatype decimal when syncro database
Submitted: 29 Jan 2010 4:07 Modified: 29 Jan 2010 20:41
Reporter: Max Sánchez Torres Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.15 OS:Any
Assigned to: CPU Architecture:Any

[29 Jan 2010 4:07] Max Sánchez Torres
Description:
When Syncro my model and i have a decimal datatype, the sql result its wrong. If I have a datatype(10,2), the syncro put in the SQL datatype(10,0).

This don't happen when I do forwar engenier, only when I do the syncro.

How to repeat:
- Make a table in model design,
- Put in it a column with datatype decimal(12,2).
- Synchronyse model (with default options).
- In the sql datatype decimal appear decimal(12,0)
[29 Jan 2010 20:41] Johannes Taxacher
this is a duplicate of Bug #50660