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