4 lines
86 B
SQL
4 lines
86 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE posts
|
|
ADD COLUMN room_id INTEGER NOT NULL DEFAULT 0
|