ALTER TABLE vectorize.example_products ADD COLUMN product_category TEXT; ALTER TABLE vectorize.example_products ADD COLUMN price DECIMAL(10, 2);