Artmetic Linux How to add autoincrement pk to table in pgAdmin?

How to add autoincrement pk to table in pgAdmin?


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 value of ID will be added automatically.

Leave a Reply

Twój adres email nie zostanie opublikowany. Pola, których wypełnienie jest wymagane, są oznaczone symbolem *

Witryna wykorzystuje Akismet, aby ograniczyć spam. Dowiedz się więcej jak przetwarzane są dane komentarzy.

Related Post