in reply to Re^2: DBIx::Class and Oracle sequences
in thread DBIx::Class and Oracle sequences

new member so if i posted this twice, i apologize. once you create your sequence & trigger, use the following:
__PACKAGE__->add_columns( "id", { data_type => "NUMBER", default_value => undef, is_nullable => 0, size => 126, sequence => "seq_application_id", auto_nextval => 1 } );