08-21-2019, 11:23 AM (This post was last modified: 08-21-2019, 11:24 AM by MGatner.)
For the database gurus… CI4's `softDeletes` feature means that the `deleted_at` field will be a part of pretty much every read query for a model’s table. When creating indices, should I be indexing everything against `deleted_at` as well? Both directions?