Mar 21, 2024
0
Level 1
Any support for array column in PGSQL?
Is there any support in Laravel's eloquent system (I can't find it anywhere) for the PostGreSQL Array column type? Working on big project with a ton of data and some pretty big needs for the Array column. We don't want to just use json columns because they are not as strict and you can put anything in them. But array fields are more defined.
Please or to participate in this conversation.