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