会员:增加字段【注册终端】

This commit is contained in:
owen
2023-10-16 14:22:43 +08:00
parent d3385dcb4f
commit 6f08645f61
2 changed files with 7 additions and 0 deletions

1
sql/mysql/member.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE member_user ADD COLUMN register_terminal tinyint NULL COMMENT '注册终端' AFTER register_ip;