Colonnes de la table
7 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('cgu_versions_id_seq'::regclass)
|
🔒 |
|
version
|
character varying
|
NOT NULL | - | |
|
titre
|
character varying
|
NOT NULL | - | |
|
contenu
|
text
|
NOT NULL | - | |
|
date_effet
|
date
|
NOT NULL | - | |
|
is_active
|
boolean
|
NULL | - | |
|
created_at
|
timestamp with time zone
|
NULL |
now()
|