添加tiflash失败

试下把表结构里面的 remain_mature_days 和 collbl_int_ovdue_days 改成 decimal(10,0) 类型,看下 tiflash 能不能启动?
alter table tbl_name modify column col_name decimal(10,0);