'integer', 'size' => 'integer', ]; } /** * @return MorphTo */ public function attachable(): MorphTo { return $this->morphTo(); } }