in reply to Update Schema under Catalyst

Take a look at this thread for starters.

A Catalyst Schema using DBIx::Class is the exact same as any other DBIx::Class schema, so you're allowed (and supposed to) treat it as one. Anything you do that's based off of your schema is done through DBIx::Class, not Catalyst.

meh.