On Monday, August 1, 2016 at 2:00:31 PM UTC-7, Dave S wrote:
>
> Trying to translate someone else's MySQL CREATE TABLE into a define_table, 
> which of course means I need to know what to do with 2 left shoes.
>
> 1) Can I translate a BIT field as a 'boolean'?
>
> 2) For legacy tables, does a keyed table work when the ID-like field on 
> the MySQL side is a VARCHAR marked as the PRIMARY KEY, and there is UNIQUE 
> INDEX set based on that field?
>
>
Also, mapping BIGINT to bigint seems straightforward enough, but do 
TINYINT, SMALLINT, and INT all map to integer?

/dps
 

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