第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

無法刪除 morphpivot 自定義模型 laravel

無法刪除 morphpivot 自定義模型 laravel

PHP
慕田峪9158850 2023-08-26 15:55:57
我正在使用 Laravel 進(jìn)行項目,并且在刪除自定義 morphPivot 關(guān)系時遇到一些問題。當(dāng)我嘗試刪除關(guān)系時,出現(xiàn)以下錯誤:Illuminate/Database/QueryException with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'where clause' (SQL: delete from `comment` where (`` = 01418755-c68e-4ea5-8043-cef348c47445))'從它我認(rèn)為 laravel 正在嘗試通過 ids 刪除,但 id 列沒有名稱,所以它找不到它。但是,我認(rèn)為我明確定義了 id 列。這是我的類實現(xiàn):<?phpuse Illuminate\Support\Facades\Schema;use Illuminate\Database\Schema\Blueprint;use Illuminate\Database\Migrations\Migration;class CreateCommentTable extends Migration{    /**     * Run the migrations.     *     * @return void     */    public function up()    {        Schema::create('comment', function (Blueprint $table) {            $table->uuid('id');            $table->primary('id');            $table->text('content');            $table->boolean('spoiler')->default(false);            $table->boolean('hidden')->default(false);            $table->boolean('edited')->default(false);            $table->uuid('parent_id')->nullable();            $table->uuid('user_id');            $table->uuid('commentable_id');            $table->string('commentable_type');            $table->json('meta')->nullable();            $table->timestamps();        });    }    /**     * Reverse the migrations.     *     * @return void     */    public function down()    {        Schema::dropIfExists('comment');    }}
查看完整描述

1 回答

?
慕森王

TA貢獻(xiàn)1777條經(jīng)驗 獲得超3個贊

現(xiàn)已在 Laravel 最新版本中修復(fù)



查看完整回答
反對 回復(fù) 2023-08-26
  • 1 回答
  • 0 關(guān)注
  • 157 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號