Data Models DDL and ERDs > {{ model.pretty }} > {{ version.name }}{% if version.release_color %} {{ version.release_level }}{% endif %}
- ERD
- Creation DDL
{% for dialect in dialects %}
- {{ dialect.pretty }}
- Full DDL
- Tables Only
{% if dialect.name != 'sqlite' %}
- Constraints Only
{% endif %}
- Indexes Only
{% endfor %}
- Drop DDL
{% for dialect in dialects %}
- {{ dialect.pretty }}
- Full Drop DDL
- Drop Tables Only
{% if dialect.name != 'sqlite' %}
- Drop Constraints Only
{% endif %}
- Drop Indexes Only
{% endfor %}
- Delete Data
{% for dialect in dialects %}
- {{ dialect.pretty }}
{% endfor %}
- Oracle Object Logging
- Full Logging
- Table Logging Only
- Index Logging Only
- Full Nologging
- Table Nologging Only
- Index Nologging Only