google app engine - auto increment
Posted
by Yosy
on Stack Overflow
See other posts from Stack Overflow
or by Yosy
Published on 2010-03-27T14:30:37Z
Indexed on
2010/03/27
14:33 UTC
Read the original article
Hit count: 190
Hi,
I am new to Google App Engine,
I have this entites User class -
user_id - integer
user_name - string
password - string
I want to do auto increment for the user_id,How I can do this?
© Stack Overflow or respective owner