Colonnes de la table
11 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('user_entreprises_id_seq'::regclass)
|
🔒 |
|
user_id
|
integer
|
NOT NULL | - | |
|
entreprise_id
|
integer
|
NOT NULL | - | |
|
role
|
character varying
|
NULL | - | |
|
is_owner
|
boolean
|
NULL | - | |
|
created_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
onboarding_status
|
character varying
|
NULL |
'pending'::character varying
|
|
|
modules_access
|
jsonb
|
NULL | - | |
|
version
|
integer
|
NULL |
1
|
|
|
modified_by
|
integer
|
NULL | - | |
|
email_contact
|
character varying
|
NULL |
NULL::character varying
|