I recently learned about the json datatype in Rails 5, which allows you to store a hash in a PostgreSQL database. For some reason I can't find a full list of Rails 5 datatypes. Is there any sort of datatype that similarly allows you to store an array?
Such that example_record.array_datatype => ["1", "2", "3"]