malpropio wrote:
> I'm using the last version of Druid to create the schema , E/R of a postgres
> DB.
> My problem is I cant assign a sequence to any field, does anyone know how
> this can be done ?
> thank you
>
I usually did that using the "Default" field, i assign to this field the
value: nextval('secuence-name')
In the "Fields" tab.
Cheers.
Carlos Chávez.
|