Add length_seconds to channel_videos

This commit is contained in:
Omar Roth
2018-10-30 09:20:51 -05:00
parent eb44a60f8d
commit 8794e26e67
2 changed files with 58 additions and 17 deletions

View File

@ -10,6 +10,7 @@ CREATE TABLE public.channel_videos
updated timestamp with time zone,
ucid text COLLATE pg_catalog."default",
author text COLLATE pg_catalog."default",
length_seconds integer COLLATE pg_catalog."default",
CONSTRAINT channel_videos_id_key UNIQUE (id)
)
WITH (