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.
 
 

67 lines
1.2 KiB

columns:
adresse:
type: text
default: "''::text"
code:
type: text
code_original:
type: text
code_postal_id:
type: bigint
default: "0"
code_rpps:
type: text
default: "''::text"
email:
type: text
default: "''::text"
est_medecin_salarie:
type: numeric(1,0)
default: "0"
fax:
type: text
default: "''::text"
kiwee_sigems_honpatcpt:
type: text
default: "'1'::text"
kiwee_sigems_honpatcptdep:
type: text
default: "'1'::text"
medecin_id:
type: bigint
no_adeli:
type: text
default: "''::text"
nom:
type: text
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_medecins'::regclass)"
prenom:
type: text
specialite_id:
type: bigint
telephone:
type: text
default: "''::text"
ville:
type: text
default: "''::text"
constraints:
t_medecins_pkey:
type: PRIMARY KEY
column: oid
t_medecins_ukey:
type: UNIQUE
column: code_original
indexes:
i_medecins_administratifs_1:
column: specialite_id
method: btree
i_medecins_administratifs_2:
column: medecin_id
method: btree
i_medecins_administratifs_3:
column: code_original
method: btree