feat: room(分区)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE posts
|
||||
DROP COLUMN room_id
|
||||
3
migrations/postgres/2022-08-18-234900_add_room_id/up.sql
Normal file
3
migrations/postgres/2022-08-18-234900_add_room_id/up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE posts
|
||||
ADD COLUMN room_id INTEGER NOT NULL DEFAULT 0
|
||||
Reference in New Issue
Block a user