cost_per_hour => { type => 'numeric', precision => 5, scale => 15 },
employee_id => { type => 'integer', not_null => 1 },
id => { type => 'serial', not_null => 1 },
cost_per_hour => { type => 'numeric', precision => 5, scale => 15 },
employee_id => { type => 'integer', not_null => 1 },
id => { type => 'serial', not_null => 1 },