Menu

#765 [PostgreSQL] Using "serial" instead of "bigserial" when creating table

Git
closed-fixed
nobody
None
5
2021-02-06
2020-09-05
No

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
);

1 Attachments

Discussion

  • Jakub Vrána

    Jakub Vrána - 2021-02-06
    • status: open --> closed-fixed
     
  • Jakub Vrána

    Jakub Vrána - 2021-02-06

    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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.