Horecio Araújo Dias

Results 3 comments of Horecio Araújo Dias

> I think it should be simply > > ``` > if ($column->getPrecision()) { > $def .= '(' . $column->getPrecision() . ',' . $column->getScale() . ')'; > } > ```...

> There is no `(Scale)` in MySQL (and other DBs), so I think it is better to ignore `scale` than add it with some default `(10, Scale)`. > > There...

> @HDias I see you've committed some changes to your fork. Will you be able to finish and submit PR? Yes! I'll finish this changes today.