When I am tryingtry to change the data type of a column in a table by alter command...
alter table temp alter column id type bigserial;
I am gettingget
ERROR: type "bigserial" does not exist
how is it possible for me toHow can I change the datatype from bigint to bigserial?