|
|
|
|
@ -13,8 +13,6 @@ return new class extends Migration {
|
|
|
|
|
public function up()
|
|
|
|
|
{
|
|
|
|
|
Schema::table('visits', function (Blueprint $table) {
|
|
|
|
|
// 随访人员人牌
|
|
|
|
|
$table->string('accompany_person_no')->nullable()->comment('随访人员人牌');
|
|
|
|
|
// 时间
|
|
|
|
|
$table->time('time')->nullable()->comment('拜访时间');
|
|
|
|
|
});
|
|
|
|
|
|