清空表
This commit is contained in:
parent
f95e5bdb0b
commit
8ad16163a9
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
drop table if exists shanhai.event;
|
||||
create table shanhai.event
|
||||
(
|
||||
`#ip` Nullable(IPv4),
|
||||
|
@ -1,3 +1,4 @@
|
||||
drop table if exists shanhai.user;
|
||||
create table shanhai.user
|
||||
(
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user