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.
 
 
 

22 lines
461 B

columns:
budget_compte_id:
type: bigint
not_null: NOT NULL
compte_id:
type: bigint
not_null: NOT NULL
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_budget_compte_compte'::regclass)"
constraints:
t_budget_compte_compte_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_budget_compte_compte_1:
column: budget_compte_id
method: btree
i_budget_compte_compte_2:
column: compte_id
method: btree