DEV Community

Dimitrios Desyllas
Dimitrios Desyllas

Posted on

How I can save a ts_vector into a postgresql database using eloquent model?

As I asked upon:

https://stackoverflow.com/q/65847371/4706711

I want to save a ts_vector value in a postgresql database. The way that I want to do it is via using an eloquen model. Therefore, I want to know how I can do this.

Top comments (0)