pour déploiement auto v2 via gitlab
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
622 B

columns:
date_reference:
type: date
finess:
type: text
indicateur_1:
type: 'numeric[]'
indicateur_2:
type: 'numeric[]'
indicateur_3:
type: 'numeric[]'
mois_reference:
type: numeric
parent_id:
type: bigint
region_id:
type: bigint
type_indicateur:
type: text
type_ligne:
type: text
indexes:
i_benchmark_date_reference:
column: date_reference
method: btree
i_benchmark_finess:
column: finess
method: btree
i_benchmark_mois_reference:
column: mois_reference
method: btree
i_benchmark_parent_id:
column: parent_id
method: btree