columns:
|
|
encours_est_ignore:
|
|
type: 'text[]'
|
|
encours_from_date:
|
|
type: 'date[]'
|
|
est_ignore:
|
|
type: character(1)
|
|
etage_id:
|
|
type: bigint
|
|
default: "0"
|
|
medecin_sejour_id:
|
|
type: bigint
|
|
default: "0"
|
|
no_sejour:
|
|
type: text
|
|
not_null: NOT NULL
|
|
no_sejour_fusion:
|
|
type: text
|
|
default: "''::text"
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_sejour'::regclass)"
|
|
service_facturation_id:
|
|
type: bigint
|
|
default: "0"
|
|
type_sejour:
|
|
type: text
|
|
default: "'0'::text"
|
|
constraints:
|
|
t_sejour_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|