table('employee') ->addColumn(Column::tinyInteger('verified')->setDefault(0)->setComment('是否审核,0未审核,1已审核')) ->update(); } }