Hi, I haven't found info about it in the docs: - I...
# orm-help
d
Hi, I haven't found info about it in the docs: • Is it possible to change a scalar type field to an array of the same type, without losing the data?
r
Hey @dek sch, Currently it's not possible to convert to an array directly without losing data. • You would have to create a new array field first • seed the converted data to the newly created field • delete the non-required scalar field after all the data is seeded That's the way you have have to do it right now! Let me know if you face any issues 🙂
d
thanks for the answer
👍 1