->onlyDeleted() returns all |
(03-25-2020, 03:58 AM)niklas Wrote:(03-22-2020, 08:08 AM)includebeer Wrote: Can you confirm there are rows with the deleted_at field with a NULL value? Maybe your previous delete() really deleted all the rows. If there is a value of “0000-00-00 00:00”, then it is not NULL. Is the deleted_at column nullable in your MySQL table? Maybe it have a default value of “0000-00-00 00:00”? |
Messages In This Thread |
->onlyDeleted() returns all - by niklas - 03-18-2020, 09:09 AM
RE: ->onlyDeleted() returns all - by includebeer - 03-22-2020, 08:08 AM
RE: ->onlyDeleted() returns all - by niklas - 03-25-2020, 03:58 AM
RE: ->onlyDeleted() returns all - by includebeer - 03-27-2020, 02:25 PM
RE: ->onlyDeleted() returns all - by niklas - 03-30-2020, 05:58 AM
RE: ->onlyDeleted() returns all - by includebeer - 03-30-2020, 01:35 PM
|