ALTER TABLE kittybox.users ADD COLUMN custom_css JSONB NOT NULL DEFAULT '""'::jsonb, ADD COLUMN theme JSONB NOT NULL DEFAULT '"kittybox"'::jsonb;