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.
 
 
 

50 lines
977 B

columns:
budget_id:
type: bigint
not_null: NOT NULL
clinique_honoraire:
type: text
default: "'C'::text"
compte_budget_id:
type: bigint
default: "0"
exclude_numero:
type: text
default: "''::text"
include_numero:
type: text
default: "''::text"
mode_ventilation:
type: text
default: "'1'::text"
montant_budget_exercice:
type: numeric
default: "0"
montant_budget_mensuel:
type: 'numeric[]'
numero:
type: text
not_null: NOT NULL
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_budget_compte'::regclass)"
section_analytique_code:
type: text
default: "''::text"
taux_budget_mensuel:
type: 'numeric[]'
texte:
type: text
default: "''::text"
constraints:
t_budget_compte_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_budget_compte_1:
column: numero
method: btree
i_budget_compte_2:
column: compte_budget_id
method: btree