why soft deleting fields when ::Create #798
Answered
by
SledgehammerPL
SledgehammerPL
asked this question in
Q&A
Replies: 1 comment
-
/*
* Disable timestamps by default.
* Remove this line if timestamps are defined in the database table.
*/
public $timestamps = false; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SledgehammerPL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't use winter soft deletion, but today I want first time use MyModel::Create method and ...
ERROR: column "updated_at" of relation "party_structure_organ_members" does not exist
(and also created_at)...
How to turn it off?
$guarded doesn't work...
Beta Was this translation helpful? Give feedback.
All reactions