Add 'license'

This commit is contained in:
Omar Roth
2018-09-09 14:47:26 -05:00
parent ffab3ee79f
commit 5b2c228bb6
3 changed files with 22 additions and 1 deletions

View File

@ -21,6 +21,7 @@ CREATE TABLE public.videos
is_family_friendly boolean,
genre text COLLATE pg_catalog."default",
genre_url text COLLATE pg_catalog."default",
license text COLLATE pg_catalog."default",
CONSTRAINT videos_pkey PRIMARY KEY (id)
)
WITH (