{% extends 'layout.html' %} {% block title %}{{ schema }}.{{ table }}{% endblock %} {% block content %}
{{ table_informations['description'] if table_informations['description'] else 'Pas de description courte' }}
| Champ | Type | Description |
|---|---|---|
| {{ column['column_name'] }} | {{ column['data_type'] }} | {{ column['description'] }} |
🗓️ Mise à jour : {% for month in table_informations['update_months'] %} {{ month.name }} {% endfor %}