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.
 
 
 

23 lines
462 B

columns:
clinique_honoraire:
type: character(1)
compte_id:
type: bigint
mois_comptable:
type: integer
montant_credit:
type: numeric(13,2)
montant_debit:
type: numeric(13,2)
provider_id:
type: bigint
default: "0"
site_id:
type: bigint
indexes:
i_chiffrier_comptable_compte_compte_id:
column: compte_id
method: btree
i_chiffrier_comptable_compte_mois_comptable:
column: mois_comptable
method: btree