string('thirdStatus')->after('remark')->nullable()->default(1); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('yz_point_log', function (Blueprint $table) { $table->dropColumn('thirdStatus'); }); } }