You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using replicate() on a model with soft deletes, the deleted_at column is marked as dirty unlike the created_at and updated_at columns, which are found in the default except array in the replicate() function. Is this expected behaviour or should the deleted_at column also be added to the default except array?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using
replicate()
on a model with soft deletes, thedeleted_at
column is marked as dirty unlike thecreated_at
andupdated_at
columns, which are found in the default except array in thereplicate()
function. Is this expected behaviour or should thedeleted_at
column also be added to the default except array?Beta Was this translation helpful? Give feedback.
All reactions