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.
 
 

55 lines
1.2 KiB

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