columns:
|
|
commentaire:
|
|
type: text
|
|
default: "''::text"
|
|
date_comptable:
|
|
type: date
|
|
not_null: NOT NULL
|
|
default: "'2099-12-31'::date"
|
|
montant_comptabilise_c_c:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_comptabilise_c_h:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_comptabilise_d_c:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_comptabilise_d_h:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_comptabilise_s_c:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_comptabilise_s_h:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_comptabilise_t_c:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_comptabilise_t_h:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_regle_c_c:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_regle_c_h:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_regle_s_c:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
montant_regle_s_h:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
provider_id:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "0"
|
|
valide:
|
|
type: character(1)
|
|
default: "'0'::bpchar"
|
|
constraints:
|
|
t_controle_chiffrier_ukey:
|
|
type: PRIMARY KEY
|
|
column: date_comptable, provider_id
|