I was trying to generate a computed column in SQLite and using this example as a reference. https://sqlite.org/gencol.html
CREATE TABLE t1 ( a INTEGER PRIM