TablePlus-Windows
TablePlus-Windows copied to clipboard
Updated ENUM field values do not appear in data view ENUM-type column dropdown
Please answer the questions below, it helps us to track the issue.
-
Which driver are you using and version of it (Ex: PostgreSQL 10.0): MariaDB 10.3.31
-
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Version 4.8.0 (182) - x64
-
The steps to reproduce this issue:
- Open TablePlus
- Open a database with a table having an ENUM-type column
- Add a new field value for ENUM-type column (externaly, e.g. by symfony migration)
- Press Ctrl+R in
Structure-View -> New value appears! (good job!) - Press Ctrl+R in
Data-View - New Value does not appear in the columns dropdown of any row
- Sidenotes
- I also tested chaning the enum value internally and commited the new structure -> same bug!
- After renaming the table (externally) and refreshing it, the new enum values do appear in the dropdown!