1 line
107 B
SQL
1 line
107 B
SQL
ALTER TABLE member_user ADD COLUMN register_terminal tinyint NULL COMMENT '注册终端' AFTER register_ip; |