if ( in_array( $property, $db_fields, true ) && isset( $this->original->$property ) ) {
                $old = $this->original->$property;

                $this->set_value_type_safe( $property, $value );