数据库迁移更新

This commit is contained in:
筱锋xiao_lfeng 2023-06-22 15:20:28 +08:00
parent e3344478f1
commit eba0a7b533

View File

@ -28,6 +28,10 @@ public function up()
->nullable()
->after('blogUserLocation')
->comment('绑定已注册用户');
$table->string('blogRemark')
->nullable()
->after('blogForUser')
->comment('博客备注信息');
});
}