Postgres 13 database contains table with serial column:
CREATE TABLE algsa ( id serial primary key; )
Scaffolding in in runtime in ASP.NET