I guess the script is buggy.
Try change
SQLField('ID', type = 'bigint' , length = 20 ),
into
SQLField('id', type = 'id' ),
or
SQLField('ID', type = 'id' ),
or remove it completely.
Let me know what happens.
On Feb 17, 8:18 pm, Rupesh Pradhan <[email protected]> wrote:
> That's probably because I used a script to generate a DAL script using a
> script that was written 2 years ago (2009)!!!
> URL:https://groups.google.com/d/topic/web2py/AnJ0iPH0WaI/discussion
>
> Anyway, what is you recommendation, Massimo?
>
> 1. Do I change my table definition script and remove the ID fields?
> 2. Do I hang on to version 1.91.6 and wait for the fix in the next version
> after 1.92.1?