Bởi vì bạn đã tạo cột với loại cụ thể integer
bạn cần chỉ định loại là serial
để PostgreSQL tạo id cho bạn.
https://www.postgresql.org/docs /current/static/datatype-numeric.html#DATATYPE-SERIAL
Bởi vì bạn đã tạo cột với loại cụ thể integer
bạn cần chỉ định loại là serial
để PostgreSQL tạo id cho bạn.
https://www.postgresql.org/docs /current/static/datatype-numeric.html#DATATYPE-SERIAL