Colonnes de la table
13 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('qonto_configurations_id_seq'...
|
🔒 |
|
entreprise_id
|
integer
|
NOT NULL | - | |
|
actif
|
boolean
|
NULL |
false
|
|
|
qonto_login
|
character varying
|
NULL | - | |
|
qonto_secret_key
|
text
|
NULL | - | |
|
qonto_organization_slug
|
character varying
|
NULL | - | |
|
last_sync_at
|
timestamp with time zone
|
NULL | - | |
|
last_sync_status
|
character varying
|
NULL |
'never'::character varying
|
|
|
sync_error
|
text
|
NULL | - | |
|
transactions_count
|
integer
|
NULL |
0
|
|
|
rapprochements_count
|
integer
|
NULL |
0
|
|
|
created_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
updated_at
|
timestamp with time zone
|
NULL |
now()
|