我想在数据透视表中删除一行,但是没有任何改变,所以有人能帮我解决这个问题吗?我有这样的数据透视表: public function up() Schema::create('group_list', function(Blueprint $table) $table->integer('group_id');
$table->integer(
我已经让在Livecode中创建了一个sqlite表
高级机机可执行tSQL,tSQL
put thedgData of group "DataGrid 1" into tData1
put the dgHilitedLines of group "DataGrid 1" into tIndexes"Unit"]
所以我有group_hotels表,这个表是一个数据透视表。(id,group_id,hotel_id) 现在在我的刀片组编辑页面中,我想在添加数据透视表之前列出如下代码: my group model: public function hotels(){return $this ->belongsToMany('App\Models\Hotel','group_hotels