4 lines
98 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
ALTER TABLE chat_table
ADD COLUMN summary TEXT;