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.
 
 

27 lines
566 B

columns:
date_comptable:
type: date
not_null: NOT NULL
default: "'2099-12-31'::date"
montant_reglements_c:
type: numeric(13,2)
default: "0"
montant_reglements_h:
type: numeric(13,2)
default: "0"
montant_solde_client_c:
type: numeric(13,2)
default: "0"
montant_solde_client_h:
type: numeric(13,2)
default: "0"
montant_ventes_c:
type: numeric(13,2)
default: "0"
montant_ventes_h:
type: numeric(13,2)
default: "0"
constraints:
p_chiffrier_ukey:
type: PRIMARY KEY
column: date_comptable