In order to change the decimal field I have in my table, I need to know how to have a DB migration code to have this change.
Currently the field is represents as (19,2) and need to changed to (19,3) with 3 floating digits after the point.
My database is MySql.
Thanks!