How can i get only those categories which have children?

前端 未结 0 713
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-31 01:54

I have this categories table

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


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