string('car_no')->nullable()->comment('停车牌'); $table->string('person_no')->nullable()->comment('人牌'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('visits', function (Blueprint $table) { // }); } };