-
### error on migrate for using forein
![pbm](https://cloud.githubusercontent.com/assets/23517934/24094232/c126c4fe-0d68-11e7-9b9e-ec95fc4a9173.jpg)
```php
class CreateUsersTable extends Migration…
-
I am having trouble with QueryFilter interacting with `Find`. I expected the `Find` method to find an entity even if it was filtered out by the query filter, but it doesn't. It is also inconsistent, i…
-
I worked previously on a timesheet app combined with a ticket management. And we had activities attached to the logged hours. We had something like this
- Programming
- Testing
- Learning
- Res…
-
* https://crater-reports.s3.amazonaws.com/beta-1.65-2/beta-2022-10-11/reg/libreplica-0.1.1/log.txt
* https://crater-reports.s3.amazonaws.com/beta-1.65-2/beta-2022-10-11/reg/path-planning-0.1.0/log.tx…
-
Hi. I'm trying to figure it out how to handle different records per site (for a same model). And I think the multisite trait is precisely for this. When you create a record for one site, and after …
-
Hi,
I've noticed that creating eloquent's `timestamps()` and `softDeletes()` results in corresponding `CREATED_AT`, `UPDATED_AT` and `DELETED_AT` fields to be of type `DATE` instead of `TIMESTAMP`.
…
khooz updated
2 years ago
-
## UPDATE - I was wrong!
**There is no change in the way that EF Core's SQL commands have changed regarding query filters.**
- In EF Core 2.x `FromSql` took into account the query filters, but y…
-
Hi,
I try to SoftDelete children of a Parent entity.
Classes:
```
public class Entity: {
public Guid Id { get; private set; }
public bool IsDeleted { get; set; }
}
publ…
-
I've created a new Gen2 storage account and have my PowerBI logs sync'ing to it. However, I'm having some issues connecting the PowerBI template to the storage. Essentially I keep getting the error "T…
-
It occures when we use softdelete by queryfilter.
If a query use include,it will return less datas than count() because count ignore include query