I am using Power Architect to create my database models and I want ask
a question...Power Architect no have IDENTITY type to create AUTO
INCREMENT field ????
if does not have what can I use ?
thanks.
thanks.
- rami
Please don't use multiple "????" in your mail (and specially in the title).
Regards,
Thomas
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To post to this group, send email to h2-da...@googlegroups.com.
> To unsubscribe from this group, send email to
> h2-database...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/h2-database?hl=en.
>
> Power Architect no have IDENTITY type to create AUTO INCREMENT field ?
If you have a question specific to Power Architect, then I suggest to ask there.
I wouldn't use graphical tool to model tables. I would use text files
instead, the easiest solution is to just use SQL scripts. If you need
a graphical representation to get a better overview about tables and
groups of tables (maybe for a presentation to others), then I would
use a graphics tool (for example OpenOffice, or InkScape).
But there are other database tools: http://h2database.com/html/links.html#tools
Regards,
Thomas