Welcome Guest, Not a member yet? Register   Sign In
Insert batch didn't update the created_at field?
#5

(10-31-2020, 06:19 AM)paulbalandan Wrote: Did you include the created at field in the allowed fields?
Of course, I did. Same as in the documentaion.

PHP Code:
protected $useTimestamps true;
protected 
$useSoftDeletes true;
protected 
$createdField  'created_at';
protected 
$updatedField  'updated_at';
protected 
$deletedField  'deleted_at'
Reply


Messages In This Thread
RE: Insert batch didn't update the created_at field? - by mrardiyansyah - 10-31-2020, 03:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB