integer('group_id')->unsigned(); $table->string('permission', 100); $table->primary(['group_id', 'permission']); } );