Currently for the Arapahoe Basin Column, I am converting all of my data into JSON and then converting that to a string to be stored. PostgreSQL actually can handle storing JSON natively, so I would like to see if Slick has a way of updating the table and making that column store JSON instead.
Currently for the Arapahoe Basin Column, I am converting all of my data into JSON and then converting that to a string to be stored. PostgreSQL actually can handle storing JSON natively, so I would like to see if Slick has a way of updating the table and making that column store JSON instead.