project_id => { type => 'integer' },
title => { type => 'text', not_null => 1 },
hourly_rate => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 8 },
project_id => { type => 'integer' },
title => { type => 'text', not_null => 1 },
hourly_rate => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 8 },