I am working with a new database starting with drawing it up using lucid and ERD. A few questions came up:
- How - if possible - do I arrange tables in different schema’s?
- How - if possible - do I say that a column is an identiy column so that the DDL is generated with this information?

