'json', ]; protected $autoWriteTimestamp=true; protected $updateTime=null; protected $createTime='created_at'; public function goods(){ return $this->belongsTo(Goods::class,'fav_id'); } }