in reply to Problems with resultset class

The most common database interface to use with Catalyst is DBIx::Class. The examples in Catalyst::Manual::Tutorial suggest that you use it.

Given this, I suspect your problem is with the underlying DBIx::Class rather than with Catalyst. Most likely you have made edits to your class definitions without making the corresponding edits to your database schema, however without seeing more code & error messages, I am just guessing.