Colonnes de la table
17 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('invoice_fetcher_configs_id_s...
|
🔒 |
|
entreprise_id
|
integer
|
NOT NULL | - | |
|
provider
|
character varying
|
NOT NULL | - | |
|
credentials_email
|
text
|
NULL | - | |
|
credentials_password
|
text
|
NULL | - | |
|
session_cookies
|
text
|
NULL | - | |
|
actif
|
boolean
|
NULL |
true
|
|
|
status
|
character varying
|
NULL |
'idle'::character varying
|
|
|
needs_2fa
|
boolean
|
NULL |
false
|
|
|
two_fa_code
|
character varying
|
NULL | - | |
|
two_fa_requested_at
|
timestamp with time zone
|
NULL | - | |
|
two_fa_message
|
text
|
NULL | - | |
|
last_fetch_at
|
timestamp with time zone
|
NULL | - | |
|
last_error
|
text
|
NULL | - | |
|
invoices_count
|
integer
|
NULL |
0
|
|
|
created_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
updated_at
|
timestamp with time zone
|
NULL |
now()
|