1 2 3 4 5 6
begin; ALTER TABLE open311conf ADD COLUMN comment_user_id INT REFERENCES users(id); commit;