-
I've got the following three models:
**users**
```
$this->table = 'users';
$this->primary_key = 'id';
$this->soft_deletes = true;
```
**groups_users**
```
$this->table = 'grou…
-
I'm wondering why detaching all realtion should only work on SoftDeletes procedure while it dose make sense when a file deleted then all relations on Mediable table should be removed and detach.
Am I…
-
When implementing a ManyToMany relation with a 'through' table in an effort to add soft deletes across the pivot, the related objects returned from the related manager are not filtered out by their so…
-
Hello,
First of all I'd like to tell you I really like Orator ORM, I've worked previuosly with Laravel's Eloquent :) and I like it too.
Now, I have a scenario for taggable models, very similar t…
-
While fetching relations facing issue with pivot table. When I use "whereHas" on model it does not look deleted_at in pivot table. Please check below example:
Route.query().whereHas('regions', (bui…
-
### Describe the bug
When calling `detach` or `detachAll` on a SiblingsProperty, the related pivot model doesn't trigger its delete lifecycle events.
Works fine with create events using `attac…
-
### Describe the bug
When calling `detach` or `detachAll` on a SiblingsProperty, the related pivot model doesn't trigger its delete lifecycle events.
Works fine with create events using `attac…
-
We are logging activity of several models, some using SoftDeletes trait and others not.
When we set config option `'subject_returns_soft_deleted_models' => true` then calling `subject()` on any mod…
-
We have a replica set with 2 replicas + arbiter; this morning one of the replicas started crashing (it's gotten to the point where it's immediately after start-up, but initially it did work for a few…
-
i have a very large collection :db.catalog_item.count()
112038199
and i am trying to build index on key { newItemExtQuoteId: 1 } , tokumx start the index and crashes at 98% without giving any proper …