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

MySQL: Display generated value in table structure

This commit is contained in:
Jakub Vrana
2025-03-06 21:12:11 +01:00
parent c0e2ab22d5
commit afe03ef720
2 changed files with 26 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ Adminer dev:
Speed up with disabled output buffering
Don't autofocus computed fields in insert form
Skip generated columns in multi-edit (bug #882)
MySQL: Display generated value in table structure
PostgreSQL: Compute size of all databases (bug #881)
PostgreSQL: Do not alter indexes with expressions
PostgreSQL: Fix export of indexes with expressions (bug #768)