feat: room(分区)

This commit is contained in:
2022-08-19 09:59:44 +08:00
parent dbb5732938
commit 0e1a088575
10 changed files with 66 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
-- Your SQL goes here
ALTER TABLE posts
ADD COLUMN room_id INTEGER NOT NULL DEFAULT 0