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.
 
 
 

71 lines
1.3 KiB

columns:
article_id:
type: bigint
default: "0"
code_original:
type: text
compte_id:
type: bigint
default: "0"
facture_id:
type: bigint
default: "0"
ligne_commande:
type: numeric
default: "0"
ligne_commande_id:
type: bigint
default: "0"
montant_facture_article_ht:
type: numeric
default: "0"
montant_facture_article_ttc:
type: numeric
default: "0"
montant_facture_article_tva:
type: numeric
default: "0"
montant_facture_ht:
type: numeric
default: "0"
montant_facture_port_ht:
type: numeric
default: "0"
montant_facture_port_ttc:
type: numeric
default: "0"
montant_facture_port_tva:
type: numeric
default: "0"
montant_facture_ttc:
type: numeric
default: "0"
montant_facture_tva:
type: numeric
default: "0"
no_liquidation:
type: text
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_lignes_facture'::regclass)"
taux_prorata_tva:
type: numeric
default: "0"
constraints:
p_lignes_facture_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_lignes_facture_1:
column: facture_id
method: btree
i_lignes_facture_2:
column: ligne_commande_id
method: btree
i_lignes_facture_3:
column: compte_id
method: btree
i_lignes_facture_4:
column: article_id
method: btree