update scripts/vue-admin.sql.

master
cqf 3 years ago committed by Gitee
parent 3b34c8e3f5
commit 6062b12dbe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -233,7 +233,8 @@ CREATE TABLE `file_resource_tag` (
-- ----------------------------
INSERT INTO `file_resource_tag` VALUES ('1', '测试', '2018-05-30 20:41:48');
create table auth_license ( appid varchar(36) not null,
create table auth_license ( id varchar(36) not null,
appid varchar(36) not null,
name varchar(100),
api_key varchar(64),
secret_key varchar(2000),

Loading…
Cancel
Save