I think it will depend of your database backend and how you setup your
sequence generating... Web2py by default will create a basic sequence then
you should go in your database management software (ex.: pgAdmin for
postgres) to setup the proper caracteristic of your sequence...

Your may override the name of you sequence
with sequence_name='YOURSEQUENCENAME' in your model...

Richard

On Thu, Jun 30, 2011 at 3:34 PM, Martin Weissenboeck <mweis...@gmail.com>wrote:

> Hi,
>
> is it possible to create a new table with an id-field not starting with 1.
> I think it would be better to have numbers of equal length.
>
> And - if it's possible - does it reduce efficiency?
>
> Regards., Martin
>
>
>

Reply via email to