columns: code_sexe: type: character(1) default: "'1'::bpchar" date_naissance: type: date default: "'2099-12-31'::date" finess: type: character(9) not_null: NOT NULL default: "''::bpchar" no_patient: type: character(20) not_null: NOT NULL nom: type: text nom_naissance: type: text default: "''::text" prenom: type: text constraints: p_patients_pkey: type: PRIMARY KEY column: finess, no_patient indexes: i_patients_1: column: no_patient method: btree