columns: clinique_honoraire: type: character(1) compte_numero: type: character(10) default: "''::character varying" date_ecriture: type: date not_null: NOT NULL ecriture_maitre_id: type: bigint default: "0" est_balance: type: character(1) default: "'0'::bpchar" est_import_data: type: character(1) default: "'0'::bpchar" groupe_ecriture_id: type: bigint default: "0" import_data: type: text default: "''::text" journal_code: type: character(10) default: "''::bpchar" mois_comptable: type: numeric(6,0) montant_credit: type: numeric(13,2) montant_debit: type: numeric(13,2) oid: type: bigint not_null: NOT NULL default: "nextval('s_ecritures_ajustement'::regclass)" report_automatique_mois_suivant: type: character(1) default: "'0'::bpchar" section_analytique_code: type: character(10) default: "''::bpchar" site_id: type: bigint default: "0" texte: type: character varying(255) constraints: t_ecritures_ajustement_pkey: type: PRIMARY KEY column: oid