We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0f1c6 commit 4c509e3Copy full SHA for 4c509e3
sql/unified_schema.sql
@@ -77,6 +77,7 @@ CREATE TABLE ad_metadata (
77
archive_id bigint,
78
funder_id bigint,
79
ad_id bigint,
80
+ ad_score decimal(8, 6),
81
last_modified_time timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
82
PRIMARY KEY (archive_id),
83
CONSTRAINT archive_id_fk FOREIGN KEY (archive_id) REFERENCES ads (archive_id) MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION,
0 commit comments