Does this package support backup of dynamic fields #1770
Unanswered
lengjunbin-trec
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a virtual column that dynamically generated。
when I try to import the database via backup sql.it show me error
ERROR 3105 (HY000) at line 1828: The value specified for generated column 'RemoteUserIdMakerHashed_2' in table 'Users' is not allowed.
this field create script is
RemoteUserIdMakerHashed json NOT NULL DEFAULT (json_object()),
RemoteUserIdMakerHashed_2 varchar(255) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (json_unquote(json_extract(
RemoteUserIdMakerHashed,_utf8mb4'$."2"'))) VIRTUAL,
Beta Was this translation helpful? Give feedback.
All reactions