I have added two tables in my Magento Config.xml file. please tell me is it a correct way to add multiple table in magento.
<tiger_mysql4>
<class>Scott_Tiger_Model_Mysql4</class>
<entities>
<tiger>
<table>shop_data</table>
</tiger>
<tiger>
<table>Cust_college</table>
</tiger>
</entities>
</tiger_mysql4>