MZ
Size: a a a
MZ
ST
ST
MZ
ST
MZ
ST
ALTER TABLE smth
ALTER COLUMN id
TYPE uuid default uuid_generate_v4() not null constraint smth_pkey primary key
ERROR: syntax error at or near "default"
ST
R
ST
MZ
ALTER TABLE smth
ALTER COLUMN id
TYPE uuid default uuid_generate_v4() not null constraint smth_pkey primary key
ERROR: syntax error at or near "default"
ST
ST
ST
BN
ALTER TABLE smth
ALTER COLUMN id
TYPE uuid default uuid_generate_v4() not null constraint smth_pkey primary key
ERROR: syntax error at or near "default"
ST
MZ
ALTER TABLE smth
ALTER COLUMN id
TYPE uuid default uuid_generate_v4() not null constraint smth_pkey primary key
ERROR: syntax error at or near "default"
ST