Gérer les colonnes - onboarding_documents

Colonnes de la table

13 colonnes
Nom Type Contraintes Défaut Actions
id 🔑
integer NOT NULL nextval('onboarding_documents_id_seq'... 🔒
user_id
integer NOT NULL -
entreprise_id
integer NOT NULL -
document_type
character varying NOT NULL -
filename
character varying NOT NULL -
file_path
character varying NOT NULL -
file_size
integer NULL -
mime_type
character varying NULL -
status
character varying NULL -
uploaded_at
timestamp with time zone NULL now()
validated_at
timestamp with time zone NULL -
validated_by
integer NULL -
rejection_reason
text NULL -

Ajouter une colonne

Texte: 'valeur' | Nombre: 123 | Date: NOW()