pour déploiement auto v2 via gitlab
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
562 B

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