Using aforementioned script I get no `Field`s in the generated DAL
schema; all I get are the table names.

For example:

    CREATE TABLE "OeTy"("OfNa" varchar(50),"FiAm" float,"Of A"
smallint,"OfSt" varchar(255));

Becomes:

    legacy_db.define_table('OeTy', migrate=False)

How do I get this to work properly?

Thanks for all suggestions,

Alec Taylor

-- 

--- 
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/groups/opt_out.


Reply via email to