Colonnes de la table
18 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('file_metadata_id_seq'::regclass)
|
🔒 |
|
entreprise_id
|
integer
|
NOT NULL | - | |
|
user_id
|
integer
|
NOT NULL | - | |
|
original_filename
|
character varying
|
NOT NULL | - | |
|
stored_filename
|
character varying
|
NOT NULL | - | |
|
file_path
|
character varying
|
NOT NULL | - | |
|
file_size
|
integer
|
NOT NULL | - | |
|
mime_type
|
character varying
|
NULL | - | |
|
file_extension
|
character varying
|
NULL | - | |
|
db_type
|
character varying
|
NULL | - | |
|
entity_id
|
integer
|
NULL | - | |
|
description
|
text
|
NULL | - | |
|
tags
|
text
|
NULL | - | |
|
is_active
|
boolean
|
NULL | - | |
|
version
|
integer
|
NULL | - | |
|
modified_by
|
integer
|
NULL | - | |
|
created_at
|
timestamp with time zone
|
NULL |
now()
|
|
|
updated_at
|
timestamp with time zone
|
NULL |
now()
|