How can I only show distinct data from database where user_id is the same as current user in Laravel

前端 未结 0 1451
时光说笑
时光说笑 2020-11-29 02:29

I have a user table and position table. Position Table contains

Schema::create(\'positions\', function (Blueprint $table) {
        $table->id();
        $         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题