To add autoincrement value to table you can use this: ALTER TABLE public.”Uzytkownicy” ADD COLUMN id BIGSERIAL PRIMARY KEY; If you have values that are on the table, the unique
To add autoincrement value to table you can use this: ALTER TABLE public.”Uzytkownicy” ADD COLUMN id BIGSERIAL PRIMARY KEY; If you have values that are on the table, the unique