Colonnes de la table
12 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('user_invitations_id_seq'::regclass)
|
🔒 |
|
uuid
|
character varying
|
NOT NULL | - | |
|
email
|
character varying
|
NOT NULL | - | |
|
entreprise_id
|
integer
|
NOT NULL | - | |
|
role
|
character varying
|
NOT NULL | - | |
|
is_admin
|
boolean
|
NULL | - | |
|
invited_by
|
integer
|
NOT NULL | - | |
|
status
|
character varying
|
NULL | - | |
|
created_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
expires_at
|
timestamp with time zone
|
NOT NULL | - | |
|
accepted_at
|
timestamp with time zone
|
NULL | - | |
|
user_id
|
integer
|
NULL | - |