Debug - Tables PostgreSQL
Informations de connexion
DATABASE_URL: Configuré
Résultats
5 table(s) trouvée(s)
public.dictionnaire
Propriétaire: neondb_owner
Index
Colonnes (5)
| Colonne | Type | Nullable | Défaut |
|---|---|---|---|
| id | integer | Non | nextval('dictionnaire_id_seq'::regclass) |
| mot | character varying | Non | - |
| definition | text | Non | - |
| created_at | timestamp without time zone | Oui | CURRENT_TIMESTAMP |
| image | character varying | Oui | - |
public.poesies
Propriétaire: neondb_owner
Index
Colonnes (6)
| 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 |
| hidden | boolean | Non | false |
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.recits
Propriétaire: neondb_owner
Index
Colonnes (4)
| Colonne | Type | Nullable | Défaut |
|---|---|---|---|
| id | integer | Non | nextval('recits_id_seq'::regclass) |
| titre | character varying | Non | - |
| corps | text | Non | - |
| created_at | timestamp without time zone | Oui | CURRENT_TIMESTAMP |
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 | - |