Loading default database schema

Hey all,

I’ve created a new advanced Yii app and linked it to a database that I created.

When I attempt to signup I get an error that Yii cannot find the user table.

How do I load the default schema required to get Yii to work?

Turns out you can call [font="Courier New"]yii migrate[/font] from the webapp root directory.