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.
 
 

39 lines
785 B

columns:
date_comptable:
type: date
not_null: NOT NULL
default: "'2099-12-31'::date"
facture_id:
type: bigint
default: "0"
finess:
type: character(9)
not_null: NOT NULL
default: "''::bpchar"
montant_reglements_c:
type: numeric(13,2)
default: "0"
montant_reglements_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"
no_facture:
type: text
not_null: NOT NULL
provider_id:
type: bigint
not_null: NOT NULL
default: "0"
constraints:
p_factures_comptables_ukey:
type: PRIMARY KEY
column: date_comptable, no_facture
indexes:
i_factures_comptables_1:
column: facture_id
method: btree