15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
-- This file is automatically generated. You should know what you did if you want to edit this
|
|
-- !desc_uniq_table --
|
|
event_day DATE Yes true \N
|
|
siteid INT Yes true 10
|
|
citycode TEXT Yes false \N REPLACE
|
|
username VARCHAR(32) Yes false REPLACE
|
|
pv BIGINT Yes false 0 REPLACE
|
|
|
|
-- !sql --
|
|
2021-11-01 1 1 用户A 3
|
|
2021-11-02 1 1 用户B 1
|
|
2021-11-02 101 112332121 用户B 112312
|
|
2021-11-02 103 112332211 用户B 112312
|
|
|