Tables


Database Analysis of {{database_name}}

Generated on {{generation_time}}

{% if description %}

{{ description|safe }}

{% endif %}
TABLES {{ tables_amount }}
VIEWS {{ views_amount }}
COLUMNS {{ columns_amount }}
Constraints {{ constraints_amount }}

Database Properties

Database Type: {{ database.database_product }}

{% if catalog %} {% if catalog.comment %}

Catalog {{ catalog.name }}

{{ catalog.comment|safe }}

{% endif %} {% endif %} {% if schema %} {% if schema.comment %}

Schema {{schema.name}}

{{ schema.comment|safe }}

{% endif %} {% endif %}

Tables

{% if display_num_rows %} {% endif %} {% for table in tables %} {% if display_num_rows %} {% endif %} {% endfor %}
Table / View Children Parents ColumnsRowsType Comments
{{ table.name }} {{ table.max_children }} {{ table.max_parents }} {{ table.num_of_cols }}{{ table.num_of_rows }}{{ table.get_type() }} {{ comments|safe }}