In my Laravel 8 app I created table with 2 fields referenced to users :
Schema::create(\'chat_channels\', function (Blueprint $table) { $table->id()-&g