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
546 B

columns:
ca_ghs:
type: numeric
default: "0"
encours:
type: integer
default: "0"
mouvement_id:
type: bigint
not_null: NOT NULL
no_patient:
type: text
no_rss:
type: text
no_sejour:
type: text
rss_id:
type: bigint
default: "0"
sejour_id:
type: bigint
default: "0"
ssr_id:
type: bigint
default: "0"
indexes:
i_sejours_1:
column: mouvement_id
method: btree
i_sejours_2:
column: rss_id
method: btree
i_sejours_3:
column: sejour_id
method: btree