增加备用字段
parent
64cd48a92b
commit
27b125cf98
|
@ -283,7 +283,6 @@ create table wvp_user_role (
|
||||||
create_time character varying(50),
|
create_time character varying(50),
|
||||||
update_time character varying(50)
|
update_time character varying(50)
|
||||||
);
|
);
|
||||||
|
|
||||||
create table wvp_resources_tree (
|
create table wvp_resources_tree (
|
||||||
id serial primary key ,
|
id serial primary key ,
|
||||||
is_catalog bool default true,
|
is_catalog bool default true,
|
||||||
|
@ -294,6 +293,7 @@ create table wvp_resources_tree (
|
||||||
path character varying(255)
|
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 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');
|
INSERT INTO wvp_user_role VALUES (1, 'admin','0','2021-04-13 14:14:57','2021-04-13 14:14:57');
|
||||||
|
|
Loading…
Reference in New Issue