table('talkskill_comment') ->addColumn(Column::integer('aprove_employee_id')->setDefault(0)->setComment('审核人员id')) ->addColumn('aprove_time', 'timestamp', ['comment'=>'添加时间', 'default' => 'CURRENT_TIMESTAMP']) ->update(); } }