How can I accomplish this using Postgres? I’ve tried the code below but it doesn’t work:
ALTER TABLE mytable ALTER COLUMN mycolumn BIGINT NULL;
How can I accomplish this using Postgres? I’ve tried the code below but it doesn’t work:
ALTER TABLE mytable ALTER COLUMN mycolumn BIGINT NULL;