Ponieważ utworzyłeś kolumnę o określonym typie integer
musisz określić typ jako serial
aby PostgreSQL wygenerował dla Ciebie identyfikator.
https://www.postgresql.org/docs /current/static/datatype-numeric.html#DATATYPE-SERIAL
Ponieważ utworzyłeś kolumnę o określonym typie integer
musisz określić typ jako serial
aby PostgreSQL wygenerował dla Ciebie identyfikator.
https://www.postgresql.org/docs /current/static/datatype-numeric.html#DATATYPE-SERIAL