Delete columns from google app enigne datastore
        Posted  
        
            by megala
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by megala
        
        
        
        Published on 2010-05-21T06:55:12Z
        Indexed on 
            2010/05/21
            7:00 UTC
        
        
        Read the original article
        Hit count: 226
        
google-datastore
I created table in google app engine using jpa.The contains three columns
*groupname
*groupid
*groupdesc
My constraints is i want to delete entire columns i.e i want to delete groupid.How to do this?
Thanks in advance
© Stack Overflow or respective owner