Postgresql support a type called serial which is convenient for use as pk, it is automatically connected to a sequence, which is also automatically created.
When programming JPA/EJB3 the serial type comes in handy and is easy to set up and use with JPA.
My suggestion is to add support for Serial in Power Architect.
This message was edited 1 time. Last update was at 2010-01-19 09:34:29
|