columns:
|
|
acte_id:
|
|
type: bigint
|
|
default: "0"
|
|
activite_ccam:
|
|
type: character(1)
|
|
default: "''::bpchar"
|
|
coefficient:
|
|
type: numeric(7,2)
|
|
default: "1"
|
|
date_debut:
|
|
type: date
|
|
date_fin:
|
|
type: date
|
|
extension_ccam:
|
|
type: character(1)
|
|
default: "''::bpchar"
|
|
facture_id:
|
|
type: bigint
|
|
default: "0"
|
|
heure_debut:
|
|
type: integer
|
|
default: "0"
|
|
lieu_id:
|
|
type: bigint
|
|
default: "0"
|
|
medecin_facture_id:
|
|
type: bigint
|
|
default: "0"
|
|
modificateur_ccam_1:
|
|
type: character(1)
|
|
default: "''::bpchar"
|
|
modificateur_ccam_2:
|
|
type: character(1)
|
|
default: "''::bpchar"
|
|
modificateur_ccam_3:
|
|
type: character(1)
|
|
default: "''::bpchar"
|
|
modificateur_ccam_4:
|
|
type: character(1)
|
|
default: "''::bpchar"
|
|
montant_depassement:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
nb_rubrique:
|
|
type: numeric(5,0)
|
|
default: "1"
|
|
no_facture:
|
|
type: text
|
|
not_null: NOT NULL
|
|
phase_ccam:
|
|
type: character(1)
|
|
default: "''::bpchar"
|
|
prestation_id:
|
|
type: bigint
|
|
default: "0"
|
|
prix_unitaire:
|
|
type: numeric(13,2)
|
|
default: "0"
|
|
rubrique_facturation_id:
|
|
type: bigint
|
|
default: "0"
|
|
indexes:
|
|
i_factures_lignes_non_facturees_h_8:
|
|
column: facture_id
|
|
method: btree
|