I've an existing rails application and one of column's has existing semi-colon separated string. I want to convert the same into an array with an empty array as default.
Also, for rows which already have data in the semi-colon separated string format we need it to get converted into a proper array.
- Database:
psqlorPostgreSQL - Framework:
Rails 4.2