TABLES
{{ tables_amount }}
VIEWS
{{ views_amount }}
COLUMNS
{{ columns_amount }}
Constraints
{{ constraints_amount }}
Database Properties
Database Type: {{ database.database_product }}
Catalog {{ catalog.name }}
{{ catalog.comment|safe }}
Schema {{schema.name}}
{{ schema.comment|safe }}
Tables
Table / View | Children | Parents | Columns | {% if display_num_rows %}Rows | {% endif %}Type | Comments |
---|---|---|---|---|---|---|
{{ table.name }} | {{ table.max_children }} | {{ table.max_parents }} | {{ table.num_of_cols }} | {% if display_num_rows %}{{ table.num_of_rows }} | {% endif %}{{ table.get_type() }} | {{ comments|safe }} |