table('video') ->addColumn(Column::integer('shared_times')->setDefault(0)->setComment('分享次数')) ->update(); } }