BigTable does not work with tables.
It contains objects belonging to a certain class, that have values for
attributes of a certain type.
You can define as much db.Model subclasses as you like and you can
modify then at will.
If you add new attributes (Property-s) make sure you gives them
default values to receives for when the objects already stored in the
BigTable are fetched.
And don't change the Property Type of an attribute at will without
considering if existing objects will be able to decode to this new
type.
Have a look at the article about changing the model definition.

2010/5/16 megala dhinakaran <[email protected]>:
> Hi,
>
>     I create one application in ecllipse.That application contains
> the coding to create table in google app engine
>
> datastore.(i.e)Google Big table.In that application a created two
> table .After that i deployed the application.My constraints is ,is it
> possible to create a new table after depolyment the project and is it
> possible to create new column in  already exits table.
>
>
> Thanks in advance
>
> --
> 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.
>
>

-- 
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.

Reply via email to