Colonnes de la table
12 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('enterprise_documents_id_seq'...
|
🔒 |
|
enterprise_id
|
integer
|
NOT NULL | - | |
|
document_type
|
character varying
|
NOT NULL | - | |
|
nas_path
|
text
|
NULL | - | |
|
filename
|
character varying
|
NULL | - | |
|
file_size
|
bigint
|
NULL |
0
|
|
|
mime_type
|
character varying
|
NULL |
'application/pdf'::character varying
|
|
|
date_expiration
|
timestamp with time zone
|
NULL | - | |
|
date_emission
|
timestamp with time zone
|
NULL | - | |
|
uploaded_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
updated_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
is_deleted
|
boolean
|
NULL |
false
|