Re: How to delete a column in datastore ?

30 views
Skip to first unread message
Message has been deleted

Adam Crossland

unread,
Oct 27, 2009, 3:30:32 PM10/27/09
to Google App Engine
Just remove the column from your model definition. You can't actually
delete the column, but it will no longer appear in your model objects.

On Oct 27, 1:26 pm, Tom Wu <service.g2...@gmail.com> wrote:
> Hi all,
>
> How to delete a column in datastore ?
>
> Best Regards
> Tom Wu
Message has been deleted

Brandon Thomson

unread,
Oct 28, 2009, 4:29:24 AM10/28/09
to Google App Engine
To actually remove the properties you need to create new entities to
replace the old ones, or use the low-level ext.db interface to alter
the existing entities.

(usually this is not necessary)

On Oct 27, 9:47 pm, Tom Wu <service.g2...@gmail.com> wrote:
> Hi Adam,
>
> I do remove the column from my model definition and update the every row in
> this model. But it still exist in data viewer.
>
> Regards
> Tom Wu
>
> 2009/10/28 Adam <adam.crossl...@gmail.com>
Reply all
Reply to author
Forward
Message has been deleted
0 new messages