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.
 
 
 

48 lines
991 B

columns:
accident_circonstance_id:
type: bigint
accident_lieu_id:
type: bigint
accident_nature_id:
type: bigint
accident_siege_id:
type: bigint
contrat_id:
type: bigint
contrat_mois_id:
type: bigint
date:
type: date
mois_activite:
type: numeric(6,0)
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_accident_travail'::regclass)"
salarie_id:
type: bigint
indexes:
i_accident_travail_1:
column: contrat_id
method: btree
i_accident_travail_2:
column: mois_activite
method: btree
i_accident_travail_3:
column: date
method: btree
i_accident_travail_4:
column: salarie_id
method: btree
i_accident_travail_5:
column: accident_circonstance_id
method: btree
i_accident_travail_6:
column: accident_lieu_id
method: btree
i_accident_travail_7:
column: accident_nature_id
method: btree
i_accident_travail_8:
column: accident_siege_id
method: btree