__PACKAGE__->load_components(qw/ PK::Auto Core /); __PACKAGE__->table('notes'); __PACKAGE__->add_columns( qw/ noteid date number content user private class / ); __PACKAGE__->set_primary_key('noteid'); __PACKAGE__->belongs_to( user => 'Notes::DBI::User');