Delete columns from google app enigne datastore
- by megala
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