Move author and ucid into schema

This commit is contained in:
Omar Roth 2018-06-01 17:24:16 -05:00
parent cbe10784aa
commit a2e23f7022
2 changed files with 7 additions and 2 deletions

View file

@ -15,6 +15,8 @@ CREATE TABLE public.videos
published timestamp with time zone,
description text COLLATE pg_catalog."default",
language text COLLATE pg_catalog."default",
author text COLLATE pg_catalog."default",
ucid text COLLATE pg_catalog."default",
CONSTRAINT videos_pkey PRIMARY KEY (id)
)
WITH (