columns:
|
|
adresse:
|
|
type: text
|
|
code:
|
|
type: text
|
|
code_original:
|
|
type: text
|
|
code_postal_id:
|
|
type: bigint
|
|
est_medecin_salarie:
|
|
type: numeric(1,0)
|
|
default: "0"
|
|
is_medecin_executant:
|
|
type: numeric(1,0)
|
|
default: "0"
|
|
is_medecin_sejour:
|
|
type: numeric(1,0)
|
|
default: "0"
|
|
medecin_id:
|
|
type: bigint
|
|
no_adeli:
|
|
type: character varying(30)
|
|
default: "''::character varying"
|
|
no_rpps:
|
|
type: text
|
|
nom:
|
|
type: character varying(255)
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_medecins_traitants_administratifs'::regclass)"
|
|
prenom:
|
|
type: character varying(255)
|
|
specialite_id:
|
|
type: bigint
|
|
statut:
|
|
type: character(1)
|
|
ville:
|
|
type: text
|
|
constraints:
|
|
t_medecins_traitants_administratifs_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|
|
t_medecins_traitants_administratifs_ukey:
|
|
type: UNIQUE
|
|
column: code_original
|
|
indexes:
|
|
i_medecins_traitants_administratifs_1:
|
|
column: specialite_id
|
|
method: btree
|
|
i_medecins_traitants_administratifs_2:
|
|
column: medecin_id
|
|
method: btree
|
|
i_medecins_traitants_administratifs_3:
|
|
column: code_original
|
|
method: btree
|