I have a table in PostgreSql with identity column:
CREATE TABLE public.seller ( id integer NOT NULL GENERATED BY DEFAULT AS IDENTITY ( INCREMENT 1 START 1