ALTER TABLE whisky ADD COLUMN abv FLOAT *GENERATED ALWAYS AS (properties->"$.abv");*
CREATE INDEX abv_idx ON whisky (abv);