Change the type of the Datastore field to Text from String?

I can not do it. A list in which the application datastore viewer does not contain text as an option. I had to change the fields because some of my values ​​were too long for String, but now I cannot retroactively fix my old records.

+3
source share
2 answers

To change the type of property used by old objects, you need to manually update each of them.

This can be done easily and efficiently using the mapping API . This guide explains how to use this API.

Nick .

+3

Source: https://habr.com/ru/post/1751123/


All Articles