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.
 
 
 

64 lines
1.4 KiB

columns:
code:
type: character varying(20)
code_original:
type: character varying(20)
medecin_id:
type: bigint
nom:
type: character varying(255)
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_medecins_cout_patient_shs'::regclass)"
prenom:
type: character varying(255)
section1_code:
type: character varying(10)
default: chr(127)
section1_id:
type: bigint
default: "0"
section1_texte:
type: character varying(255)
default: "'Autres'::character varying"
section2_code:
type: character varying(10)
default: chr(127)
section2_id:
type: bigint
default: "0"
section2_texte:
type: character varying(255)
default: "'Autres'::character varying"
section3_code:
type: character varying(10)
default: chr(127)
section3_id:
type: bigint
default: "0"
section3_texte:
type: character varying(255)
default: "'Autres'::character varying"
section_code:
type: 'text[]'
section_id:
type: 'bigint[]'
section_texte:
type: 'text[]'
specialite_id:
type: bigint
constraints:
t_medecins_pkey:
type: PRIMARY KEY
column: oid
t_medecins_ukey:
type: UNIQUE
column: code
indexes:
i_medecins_cout_patient_shs_1:
column: specialite_id
method: btree
i_medecins_cout_patient_shs_2:
column: medecin_id
method: btree