You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
112 B
MySQL
4 lines
112 B
MySQL
5 years ago
|
# 给 Repositories 表添加 token 列
|
||
|
# 2019-11-11
|
||
|
ALTER TABLE Repositories
|
||
|
ADD COLUMN token VARCHAR(32) NULL;
|