table('customer_invalid_log') ->addColumn(Column::tinyInteger('status')->setComment('此无效记录客户之前是否是有效1是2否')->setDefault(1)) ->update(); } }