Horecio Araújo Dias
Results
1
issues of
Horecio Araújo Dias
When I create table with column decimal, for example: ```php ->addColumn( 'id_usuario_inclusao', 'decimal', [ 'default' => null, 'null' => false, 'precision' => 30, 'scale' => 0 ]) ``` the method...
bug