Add "language" to postgres

This commit is contained in:
Omar Roth
2018-03-16 19:45:37 -05:00
parent 997449ab4b
commit 6b5c9cfaf1
2 changed files with 14 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ CREATE TABLE public.videos
wilson_score double precision,
published timestamp with time zone,
description text COLLATE pg_catalog."default",
language text COLLATE pg_catalog."default",
CONSTRAINT videos_pkey PRIMARY KEY (id)
)
WITH (