Files
hole-backend-rust/migrations/postgres/2022-08-18-234900_add_room_id/up.sql
2022-08-19 09:59:44 +08:00

4 lines
86 B
SQL

-- Your SQL goes here
ALTER TABLE posts
ADD COLUMN room_id INTEGER NOT NULL DEFAULT 0