Storing Key/Value in SQL
I'm trying to use a KeyValue
KeyValue::make('videos')
. How can I store the rows into my database? Currently I'm defining a SQL text column but that does not seem to work. Same when I use a SQL json column, does not work either2 Replies