rw create table when start app
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
-- 删除旧表
|
||||
DROP TABLE IF EXISTS events;
|
||||
|
||||
DROP TABLE IF EXISTS follower_events;
|
||||
|
||||
DROP TABLE IF EXISTS like_events;
|
||||
|
||||
DROP TABLE IF EXISTS view_events;
|
||||
|
||||
DROP TABLE IF EXISTS mv_kol_performance;
|
||||
|
||||
DROP TABLE IF EXISTS mv_platform_distribution;
|
||||
|
||||
Reference in New Issue
Block a user