Hello, I'm trying to add an identity column to a table that has records (previously had a bigserial column which I removed): ALTER TABLE event_log But I'm getting an error `column r_id contains null values`. How can I add the column and populate it for the existing rows? Thanks, Igal Sapir
|