previous_section_number => { type => 'integer', not_null => 1 },
project_id => { type => 'integer' },
status_id => { type => 'integer' },
time_estimation => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 },
title => { type => 'text', not_null => 1 },
type_id => { type => 'integer' },
previous_section_number => { type => 'integer', not_null => 1 },
project_id => { type => 'integer' },
status_id => { type => 'integer' },
time_estimation => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 },
title => { type => 'text', not_null => 1 },
type_id => { type => 'integer' },