Hello, Is this is a concern for the 1.96.4??
I not synching my web2py model with database model : migrate=False I read somewhere recently that changes will occur for default migrate option? Could I break something by migrating my prod database under 1.96.4? Thanks Richard On Mon, Jun 13, 2011 at 6:57 AM, anil manikyam <[email protected]>wrote: > > > i have a one field i.e) username >> > i want to accept only alphabets plz send this code > db.define_table('table1', > Field('username', 'string') > > > plz send code for this > > > -- > @n!l m@n!ky@m >

