You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
535 B

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