清空表

This commit is contained in:
wuaho 2021-07-28 17:48:23 +08:00
parent f95e5bdb0b
commit 8ad16163a9
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
drop table if exists shanhai.user_view;
create view shanhai.user_view as select *
from shjy.user
order by `#reg_time` desc

View File

@ -1,3 +1,4 @@
drop table if exists shanhai.event;
create table shanhai.event
(
`#ip` Nullable(IPv4),

View File

@ -1,3 +1,4 @@
drop table if exists shanhai.user;
create table shanhai.user
(