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.
 
 
 

52 lines
1.1 KiB

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