columns:
|
|
code:
|
|
type: text
|
|
code_original:
|
|
type: text
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_specialites_medecin'::regclass)"
|
|
statut:
|
|
type: character(1)
|
|
texte:
|
|
type: text
|
|
texte_court:
|
|
type: text
|
|
constraints:
|
|
t_specialites_medecin_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|
|
t_specialites_medecin_code_key:
|
|
type: UNIQUE
|
|
column: code
|