PostgreSQL serial data type is used to define the auto-increment number of columns in a table, PostgreSQL serial will generate a serial sequence of integer numbers.
Share this post
Getting started with PostgreSQL SERIAL
Share this post
PostgreSQL serial data type is used to define the auto-increment number of columns in a table, PostgreSQL serial will generate a serial sequence of integer numbers.