= AmaterasERD 1.0.3 New Features = == PostgreSQL and Oracle support == DDL generation now support PostgreSQL and Oracle. == Table re-importing improved == Table re-importing from JDBC meta data merges existing diagram models. This makes possible to design database with round-trip style. == Foreign keys decoration == FK columns are decorated as '''(FK)''' in the table figure. [[Embed(foreign_key.png)]] == Default column value == You can enter the column default value in the table edit dialog. [[Embed(column_default_value.png)]] Also, default value is shown in the HTML report. == Outline view == Thumbnail and schema tree and thumbnail are displayed in the outline view. [[Embed(outline.png)]] == DDL Generate Option == AmaterasERD provides a new option at the DDL generation wizard to generate constraints as ALTER TABLE. [[Embed(ddl_option.png)]] == Index Design == [[Embed(index.png)]] == Domain == You can define domain (generic data types). Please double-click the "Domain" node in the Outline view. [[Embed(domain.png)]] Defined domains is available as data types in the table editing dialog. == HTML report imprived == HTML report has been improved. The generated HTML report became javadoc style. [[Embed(erd_html.png)]]