Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 8030729c251139004908bbfc016d80d6 > files > 52

perl-Jifty-DBI-0.760.0-2.mga4.noarch.rpm

package Example::Model::Employee;

use base qw/Jifty::DBI::Record/;

sub Table { "Employees" }

sub Schema {
    return {
      Name => { type => 'varchar', },
      Dexterity => { type => 'integer', },
    }
}

1;