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.
 
 
 

20 lines
405 B

columns:
entreprise_id:
type: bigint
etablissement_id:
type: bigint
mois:
type: numeric(6,0)
montant_brut:
type: numeric(13,2)
nombre_heures:
type: numeric(11,2)
nombre_heures_od:
type: numeric(11,2)
default: "0"
nombre_salaries:
type: numeric(5,0)
constraints:
p_chiffrier_production_ukey:
type: UNIQUE
column: entreprise_id, etablissement_id, mois