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.
 
 

26 lines
536 B

columns:
date:
type: date
not_null: NOT NULL
default: "'2099-12-31'::date"
finess:
type: character(9)
not_null: NOT NULL
default: "''::bpchar"
nb_entrees_directes:
type: numeric(13,0)
default: "0"
nb_sorties_directes:
type: numeric(13,0)
default: "0"
no_sejour:
type: text
not_null: NOT NULL
provider_id:
type: bigint
not_null: NOT NULL
default: "0"
constraints:
p_chiffrier_occupation_ukey:
type: PRIMARY KEY
column: date, finess, no_sejour, provider_id