|
|
|
|
|
by SPBS
1497 days ago
|
|
SQLite doesn't support adding generated stored columns to a table once the table has been created, so you basically have to decide upfront which generated columns must be stored, and then you can't touch it anymore (short of dropping it). |
|