f
This commit is contained in:
3
deploy/sql/user_add_cancelled_at.sql
Normal file
3
deploy/sql/user_add_cancelled_at.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 账号注销:标记注销时间(NULL 表示未注销)
|
||||
ALTER TABLE `user`
|
||||
ADD COLUMN `cancelled_at` DATETIME NULL DEFAULT NULL COMMENT '账号注销时间' AFTER `disable`;
|
||||
Reference in New Issue
Block a user