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