use 5.008;
use strict;
our $VERSION = '0.10_0000';
__PACKAGE__->install_properties({
columns => [
'logid',
'log_time',
'host',
'pid',
'jobid',
'jobtypeid',
'service',
'priority',
'message',
],
datasource => 'helios_log_entry_tb',
primary_key => 'logid',
});
1;
__END__