增加备用字段

pull/939/head
648540858 2023-07-02 12:40:41 +08:00
parent 64cd48a92b
commit 27b125cf98
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,6 @@ create table wvp_user_role (
create_time character varying(50),
update_time character varying(50)
);
create table wvp_resources_tree (
id serial primary key ,
is_catalog bool default true,
@ -294,6 +293,7 @@ create table wvp_resources_tree (
path character varying(255)
);
/*初始数据*/
INSERT INTO wvp_user VALUES (1, 'admin','21232f297a57a5a743894a0e4a801fc3',1,'2021-04-13 14:14:57','2021-04-13 14:14:57','3e80d1762a324d5b0ff636e0bd16f1e3');
INSERT INTO wvp_user_role VALUES (1, 'admin','0','2021-04-13 14:14:57','2021-04-13 14:14:57');