columns: date_naissance: type: date finess: type: character(9) default: "''::bpchar" no_patient: type: bigint default: "0" nom: type: character varying(255) default: "''::character varying" oid: type: bigint not_null: NOT NULL default: "nextval('s_patients'::regclass)" prenom: type: character varying(255) default: "''::character varying" sexe: type: character(1) constraints: p_patients_pkey: type: PRIMARY KEY column: oid indexes: i_patients_1: column: finess method: btree