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