mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 05:52:08 -04:00
Initial
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- migrate:up
|
||||
ALTER TABLE "user_subscribe"
|
||||
ADD COLUMN "note" VARCHAR(500) NOT NULL DEFAULT '';
|
||||
|
||||
-- migrate:down
|
||||
ALTER TABLE "user_subscribe"
|
||||
DROP COLUMN "note";
|
||||
|
||||
Reference in New Issue
Block a user