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.
 
 

75 lines
1.4 KiB

columns:
coefficient:
type: numeric(7,2)
default: "1"
coefficient_mco:
type: numeric(7,4)
default: "1"
date_debut:
type: date
date_fin:
type: date
facture_id:
type: bigint
default: "0"
lieu_id:
type: bigint
default: "0"
lpp_id:
type: bigint
default: "0"
mode_calcul_code:
type: text
default: "''::text"
mode_calcul_texte:
type: text
default: "''::text"
montant_encours:
type: numeric(13,2)
default: "0"
nb_prestation:
type: numeric(5,0)
default: "1"
nb_rubrique:
type: numeric(5,0)
default: "1"
no_facture:
type: text
not_null: NOT NULL
prestation_id:
type: bigint
default: "0"
prix_unitaire:
type: numeric(13,2)
default: "0"
rubrique_facturation_id:
type: bigint
default: "0"
type_ligne_code:
type: text
default: "''::text"
ucd_id:
type: bigint
default: "0"
indexes:
i_facture_ligne_valorise_c_1:
column: no_facture
method: btree
i_facture_ligne_valorise_c_2:
column: prestation_id
method: btree
i_facture_ligne_valorise_c_3:
column: rubrique_facturation_id
method: btree
i_facture_ligne_valorise_c_4:
column: date_fin
method: btree
i_facture_ligne_valorise_c_5:
column: date_debut
method: btree
i_facture_ligne_valorise_c_6:
column: lieu_id
method: btree
i_facture_ligne_valorise_c_8:
column: facture_id
method: btree