Yes, I meant to say entities, was just using traditional RDBMS language. Is there a way to change the name/type of existing entities, or would I need to iterate through each and every old entity to copy it and then remove the old ones?
Thanks Abhishek On Feb 11, 1:46 pm, Robert Kluin <[email protected]> wrote: > There are no tables. You have to load each entity, copy the info the > an entity of the new kind, and put the new entity. > > Robert > > > > On Thu, Feb 11, 2010 at 10:29 AM,Abhishek<[email protected]> wrote: > > Hi > > > I have a question about the data store and wanted to know that if > > there is a way to rename an existing table. > > I understand that it can be done by creating a new table, moving data > > from the old to the new table and then removing the old table. But I > > was wondering if there is some support to just rename the table > > instead to doing the above. > > > Thanks > >Abhishek > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
