Variable DBValue.value

struct DBValue
{
  // ...
  std.variant.VariantN!(32L) value ;
  // ...
}