简体   繁体   中英

Can we Change Column type in Parse

Can I change column type of attribute in Class in Parse without deleting its data? I want to change type from Number to String. Can I do that without dropping column?

No it can't be changed. What you can do is creating a new column and finding a way to copy all the data over.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM