Auto-Create migration?

Hi,

currently I use yiic migrate create <NAME> to create the migration stubs and copy all my database changes to the methods.

Is there a way to auto-create a database structure diff from tables to models and auto-create migration files this way?