1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

PostgreSQL: Create PRIMARY KEY for auto increment columns

This commit is contained in:
Jakub Vrana
2021-02-08 14:00:38 +01:00
parent d4f7e04156
commit 9e74c0632f
2 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ Skip date columns for non-date values in search anywhere
Add DB version to comment in export
Support PHP 8 in create table (regression from 4.7.9)
MySQL 8: Fix EXPLAIN in SQL command
PostgreSQL: Create PRIMARY KEY for auto increment columns
PostgreSQL PDO: Do not select NULL function for false values in edit
Adminer 4.7.9 (released 2021-02-07):