Add published field

This commit is contained in:
Omar Roth
2018-02-02 21:44:10 -06:00
parent 640508669a
commit 26c9a87e88
2 changed files with 24 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ CREATE TABLE public.videos
likes integer,
dislikes integer,
wilson_score double precision,
published timestamp with time zone,
CONSTRAINT videos_pkey PRIMARY KEY (id)
)
WITH (