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.
 
 

34 lines
643 B

columns:
budget_saisi_id:
type: bigint
not_null: NOT NULL
date:
type: date
nb_ambulatoires:
type: numeric(11,0)
default: "0"
nb_entrees_directes:
type: numeric(7,0)
default: "0"
nb_externes:
type: numeric(11,0)
default: "0"
nb_jours_js_non_inclus:
type: numeric(11,0)
default: "0"
nb_seances:
type: numeric(11,0)
default: "0"
nb_sorties_directes:
type: numeric(7,0)
default: "0"
parent_id:
type: bigint
not_null: NOT NULL
indexes:
i_budgets_generes_1:
column: budget_saisi_id
method: btree
i_budgets_generes_2:
column: date
method: btree