columns:
|
|
adm_code:
|
|
type: text
|
|
adm_nom:
|
|
type: text
|
|
adm_nom_prenom:
|
|
type: text
|
|
adm_prenom:
|
|
type: text
|
|
medecin_code:
|
|
type: text
|
|
medecin_id:
|
|
type: bigint
|
|
nom:
|
|
type: text
|
|
nom_prenom:
|
|
type: text
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
prenom:
|
|
type: text
|
|
section_code:
|
|
type: 'text[]'
|
|
section_id:
|
|
type: 'bigint[]'
|
|
section_texte:
|
|
type: 'text[]'
|
|
specialite_code:
|
|
type: text
|
|
default: "''::text"
|
|
specialite_id:
|
|
type: bigint
|
|
default: "0"
|
|
specialite_texte:
|
|
type: text
|
|
default: "''::text"
|
|
constraints:
|
|
t_medecins_administratifs_c_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|
|
indexes:
|
|
i_medecins_administratifs_c_1:
|
|
column: specialite_id
|
|
method: btree
|
|
i_medecins_administratifs_c_2:
|
|
column: medecin_id
|
|
method: btree
|
|
i_medecins_administratifs_c_3:
|
|
column: '(section_id[1])'
|
|
method: btree
|
|
i_medecins_administratifs_c_4:
|
|
column: '(section_id[2])'
|
|
method: btree
|
|
i_medecins_administratifs_c_5:
|
|
column: '(section_id[3])'
|
|
method: btree
|