sub data { my $data = shift; $data->column('data', freeze(shift)) if @_; thaw($data->column('data')); }