table('credits_log') ->addColumn(Column::integer('status')->setDefault(0)->setComment('0未计算积分,1已经计算过积分')) ->update(); } }