Change IntegerProperty to FloatProperty of existing AppEngine DataStore

前端 未结 4 615
攒了一身酷
攒了一身酷 2021-01-06 01:31

I built an appengine application (python) which need to convert existing datastore entities in integer value (100) to float value (100.00) for currency conversion issue. How

4条回答
  •  清歌不尽
    2021-01-06 02:11

    From the Edit Entity page in the data store admin interface:

    Enter information for the entity below. If you'd like to change a property's type, set it to Null, save the entity, edit the entity again, and change the type

提交回复
热议问题