Table "public.stats_daily_v4"
Column | Type | Collation | Nullable | Default
-------------+------------------------+-----------+----------+--------------------------------------------
id | integer | | not null | nextval('stats_daily_v4_id_seq'::regclass)
geo_id | character varying(3) | | not null |
group_id | character varying(10) | | not null |
creative_id | character varying(100) | | not null |
dsp | character varying(25) | | not null |
sends | integer | | | 0
clicks | integer | | | 0
revenue | numeric | | | 0
cre_date | date | | |