columns:
|
|
annee:
|
|
type: numeric
|
|
montant_dotation:
|
|
type: numeric
|
|
default: "0"
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_service_rubrique_dotation'::regclass)"
|
|
rubrique_facturation_id_array:
|
|
type: 'bigint[]'
|
|
service_facturation_id_array:
|
|
type: 'bigint[]'
|
|
texte:
|
|
type: text
|
|
default: "''::text"
|
|
to_prestation_id:
|
|
type: bigint
|
|
default: "0"
|
|
to_rubrique_facturation_id:
|
|
type: bigint
|
|
default: "0"
|
|
constraints:
|
|
t_service_rubrique_dotation_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|