I set a field of type timestamp with carbon::now(), but field get null value!
in the job (handle() method) or observer (created() method) :
$cart->publish_date = Carbon::now();
$cart->save();
but in the localhost everything is ok !
what is wrong ?
thanks