We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a732e9 commit 0832ff0Copy full SHA for 0832ff0
sql/unified_schema.sql
@@ -55,6 +55,7 @@ CREATE TABLE impressions (
55
max_impressions integer,
56
potential_reach_min bigint,
57
potential_reach_max bigint,
58
+ spend_estimate numeric(9, 2),
59
last_active_date date,
60
last_modified_time timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
61
PRIMARY KEY (archive_id),
0 commit comments