Commit 1f48d68a authored by vicotor's avatar vicotor

update sql

parent 2c0444ef
......@@ -310,7 +310,7 @@ create table whitelist
(
id int auto_increment
primary key,
`character` varchar(50) null comment '收益地址',
profit_address varchar(50) null comment '收益地址',
node_num int null comment '节点数量',
created_time datetime not null on update CURRENT_TIMESTAMP comment '创建时间',
updated_time datetime not null on update CURRENT_TIMESTAMP comment '更新时间',
......@@ -563,5 +563,5 @@ values (11, 100, 3000, 20000, 0, 0, 12, '2024-02-02 11:47:23', '2024-02-02 11:4
(54, 100, 5000, 30000, 0, 0, 55, '2024-03-07 08:54:34', '2024-03-07 08:54:34', 0),
(55, 300, 10000, 100000, 0, 0, 56, '2024-03-07 08:59:55', '2024-03-07 08:59:55', 0);
insert into whitelist (id, `character`, node_num, created_time, updated_time, deleted)
insert into whitelist (id, profit_address, node_num, created_time, updated_time, deleted)
values (1, "0x0Fb196385c8826e3806ebA2cA2cb78B26E08fEEe", 10, '2024-02-02 09:34:43', '2024-02-02 09:34:43', 0);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment