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.
 
 

23 lines
431 B

columns:
budget_id:
type: bigint
not_null: NOT NULL
default: "0"
code:
type: text
indicateur_id:
type: bigint
default: "0"
indicateur_module:
type: text
default: "'iCTI_activite'::text"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_budget_indicateur'::regclass)"
texte:
type: text
constraints:
t_budget_indicateur_pkey:
type: PRIMARY KEY
column: oid