3 lines
104 B
SQL
3 lines
104 B
SQL
ALTER TABLE public.user_watch_history
|
|
ADD COLUMN watch_identity JSONB NOT NULL DEFAULT '{}'::jsonb;
|