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.
 
 

35 lines
583 B

columns:
en_cours_pmsi:
type: text
no_rss:
type: bigint
default: "0"
no_sejour:
type: text
not_null: NOT NULL
pmsi_type:
type: text
default: "''::text"
rss_id:
type: bigint
default: "0"
sejour_id:
type: bigint
not_null: NOT NULL
ssr_id:
type: bigint
default: "0"
ssr_id_array:
type: 'bigint[]'
traitement_epmsi:
type: text
indexes:
i_sejour_pmsi_1:
column: no_sejour
method: btree
i_sejour_pmsi_2:
column: rss_id
method: btree
i_sejour_pmsi_3:
column: sejour_id
method: btree