Colonnes de la table
33 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('users_id_seq'::regclass)
|
🔒 |
|
genre
|
character varying
|
NOT NULL | - | |
|
nom
|
character varying
|
NOT NULL | - | |
|
prenom
|
character varying
|
NOT NULL | - | |
|
email
|
character varying
|
NOT NULL | - | |
|
portable
|
character varying
|
NOT NULL | - | |
|
hashed_password
|
character varying
|
NOT NULL | - | |
|
poste
|
character varying
|
NULL | - | |
|
cree_via
|
character varying
|
NULL | - | |
|
email_valide
|
character varying
|
NULL | - | |
|
entreprise_nom
|
character varying
|
NULL | - | |
|
entreprise_id
|
integer
|
NULL | - | |
|
is_active
|
boolean
|
NULL | - | |
|
is_admin
|
boolean
|
NULL | - | |
|
created_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
updated_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
document_pi_recto
|
character varying
|
NULL | - | |
|
document_pi_verso
|
character varying
|
NULL | - | |
|
document_carte_vitale
|
character varying
|
NULL | - | |
|
document_justificatif_domicile
|
character varying
|
NULL | - | |
|
document_rib
|
character varying
|
NULL | - | |
|
document_pi_recto_echeance
|
date
|
NULL | - | |
|
document_pi_verso_echeance
|
date
|
NULL | - | |
|
document_carte_vitale_echeance
|
date
|
NULL | - | |
|
document_justificatif_domicile_echeance
|
date
|
NULL | - | |
|
document_rib_echeance
|
date
|
NULL | - | |
|
documents_validation_status
|
character varying
|
NULL | - | |
|
documents_validation_message
|
text
|
NULL | - | |
|
documents_submitted_at
|
timestamp with time zone
|
NULL | - | |
|
documents_validated_at
|
timestamp with time zone
|
NULL | - | |
|
documents_validated_by
|
integer
|
NULL | - | |
|
version
|
integer
|
NULL |
1
|
|
|
modified_by
|
integer
|
NULL | - |