DB Import fails for tables with Generated Column #1701
Unanswered
eyounelson
asked this question in
Ideas
Replies: 1 comment
-
I'm open for PRs that would handle this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a table with a generated column that was created via Laravel migration like so:
After the DB has been backed up, attempting to restore such a table fails because the DB export attempts to insert into the
pair
column which it shouldn't.I'm wandering whether this is a MySQL issue or something the package can properly handle? Right now I have to edit my DB dumps and update such insert statements.
Beta Was this translation helpful? Give feedback.
All reactions