F
Filament2y ago
Wim

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 either
2 Replies
awcodes
awcodes2y ago
Make sure your casting the field in your model too.
Wim
WimOP2y ago
Yes, that's taken care of

Did you find this page helpful?