columns: clinique_honoraire: type: character(1) not_null: NOT NULL commentaire: type: text default: "''::text" mois_comptable: type: integer not_null: NOT NULL montant_credit_c: type: numeric default: "0" montant_credit_d: type: numeric default: "0" montant_credit_t: type: numeric default: "0" montant_debit_c: type: numeric default: "0" montant_debit_d: type: numeric default: "0" montant_debit_t: type: numeric default: "0" provider_id: type: bigint not_null: NOT NULL default: "0" site_id: type: bigint not_null: NOT NULL valide: type: character(1) default: "'0'::bpchar" constraints: t_controle_chiffrier_ukey: type: PRIMARY KEY column: clinique_honoraire, mois_comptable, provider_id, site_id