You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MySQL, if you try to export a table that have a column name with the same MySQL reserved keyword name, export have success, but did not add column to exported data.
the problem is related to fields with DEFAULT_GENERATED values, such as data that has CURRENT_TIMESTAMP as default.
You will find the fix in next release.
In MySQL, if you try to export a table that have a column name with the same MySQL reserved keyword name, export have success, but did not add column to exported data.
Ie.
You have a table column named as data.
area_2024-08-20_14-02-53.txt
Ps. Here is attached a sample file, that lacks column data
The text was updated successfully, but these errors were encountered: