Timeout while adding new table columns
I am trying to run ALTER TABLE x
ADD COLUMN y int8 NOT NULL DEFAULT 0,
ADD COLUMN c int8 NOT NULL DEFAULT 0;
and i tired the equivalent in with the UI and i get Error: SQL query ran into an upstream timeout (eu-central-1 NANO)
ADD COLUMN y int8 NOT NULL DEFAULT 0,
ADD COLUMN c int8 NOT NULL DEFAULT 0;
and i tired the equivalent in with the UI and i get Error: SQL query ran into an upstream timeout (eu-central-1 NANO)