When I'm creating table in PostgreSQL with selected bigint and AI, Adminer produces SQL query with 'serial' column type instead of 'bigserial':
CREATE TABLE "sample" ( "id" serial NOT NULL );
This used to work in Adminer 2.3.2 then I broke it and nobody noticed for the next 11 years.
Log in to post a comment.
This used to work in Adminer 2.3.2 then I broke it and nobody noticed for the next 11 years.