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.
 
 

27 lines
441 B

columns:
code:
type: text
date_debut:
type: date
date_fin:
type: date
indicateurs:
type: 'bigint[]'
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_budget'::regclass)"
reference_date_debut:
type: date
reference_date_fin:
type: date
texte:
type: text
constraints:
t_budget_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_budget_1:
column: code
method: btree