Auto increment in PostgreSQL. Let's apply a simple sequence like 1,2,3,4,5... to a column. Copy. CREATE TABLE profile( id SERIAL );.
確定! 回上一頁