Yii2 howto setup different registrations Customer Supplier

Hello,

How can I create two different registration forms in Yii2Advanced

One for Customers and one for Suppliers

For Customers, E-mail and password are required

For Suppliers, Company name, address, E-mail, password are needed.

Should I use two tables?

Or use only one table and make the extra supplier fields only required in the form?