alter table … modify does not support converting existing materialized columns to nonmaterialized columns. Running alter table ... modify against a column instantiates all nonmaterialized columns in the table.
Use bit, text, image, unitext, and Java datatypes in nonmaterialized columns.
Use nonmaterialized columns as IDENTITY columns.
Include the constraint, primary key, unique, or references clauses when you use alter table to add nonmaterialized columns.
Encrypt nonmaterialized columns.