Edit Schema for Vendor (buy together Addon)

Hello,

can someone explain how to edit the schema for vendor?

the Buy together addon works, only the create Button not show.



Here the code admin.post for buy togheter



thanks for help


$schema['buy_together'] = array (<br />
	'permissions' => array ('GET' => 'view_catalog', 'POST' => 'manage_catalog'),<br />
	'modes' => array (<br />
		'delete' => array (<br />
			'permissions' => 'manage_catalog'<br />
		)<br />
	),<br />
);<br />
$schema['tools']['modes']['update_status']['param_permissions']['table_names']['buy_together'] = 'manage_catalog';