Few clarifications:
Migrating to mysql.

Field('search_string', 'string',  label='', length = 255))

The above is needed to prevent 
InternalError: (1071, u'Specified key was too long; max key length is 767 
bytes'). Am I correct?

      
Field("your_name", "string", length=64),

This will be okay? 

How about the field list:string? Do we need to add a length to that?

Text fields are not needed to be sized. please confirm. 




On Friday, November 29, 2013 at 9:27:36 AM UTC-5, Dick Schrauwen wrote:
>
> Thanx Simone, it worked!!,
> Dick
>
>>
>>

-- 
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.

Reply via email to