Debug - Tables PostgreSQL
Informations de connexion
DATABASE_URL: Configuré
Résultats
3 table(s) trouvée(s)
public.poesies
Propriétaire: neondb_owner
Index
Colonnes (5)
| Colonne | Type | Nullable | Défaut |
|---|---|---|---|
| id | integer | Non | nextval('poesies_id_seq'::regclass) |
| titre | character varying | Non | - |
| auteur | character varying | Non | - |
| contenu | text | Non | - |
| created_at | timestamp with time zone | Oui | CURRENT_TIMESTAMP |
public.quatrains
Propriétaire: neondb_owner
Index
Colonnes (5)
| Colonne | Type | Nullable | Défaut |
|---|---|---|---|
| id | integer | Non | nextval('quatrains_id_seq'::regclass) |
| published_at | timestamp with time zone | Oui | - |
| contenu | ARRAY | Oui | - |
| created_at | timestamp with time zone | Oui | CURRENT_TIMESTAMP |
| is_published | boolean | Oui | false |
public.stats
Propriétaire: neondb_owner
Afficher les itemsIndex
Colonnes (5)
| Colonne | Type | Nullable | Défaut |
|---|---|---|---|
| statid | integer | Non | nextval('stats_statid_seq'::regclass) |
| type | character varying | Non | - |
| id | integer | Non | - |
| created_at | timestamp with time zone | Oui | CURRENT_TIMESTAMP |
| action | character varying | Non | - |