SQLite ALTER TABLE to add a new column to a table code example Example: sqlite alter table add column ALTER TABLE table_name ADD COLUMN new_column_name column_type