I set migrate to True and checked the database logs. You're right... its showing as a VARCHAR 255. Even though I have length=499 defined in the db.define_table. Is web2py limited to 255 for VARCHARS?
On Thursday, April 10, 2014 10:50:56 AM UTC-4, Austin Taylor wrote: > > I only define the table in my db.py though. I don't see it referenced > anywhere else. > > On Thursday, April 10, 2014 10:46:23 AM UTC-4, 黄祥 wrote: >> >> perhaps try to set migrat = True, to take effect for your defined table. >> >> best regards, >> stifan >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

