ALTER TABLE word_forms ADD COLUMN len INTEGER NOT NULL GENERATED ALWAYS AS (length(value)) STORED;