time('time')->nullable()->comment('拜访时间'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('visits', function (Blueprint $table) { // }); } };