Does Phalcon support generated columns in MySQL? #16782
hostaway-greg
started this conversation in
General
Replies: 1 comment
-
BTW: adding partition_key to $this->skipAttributesOnCreate(
[
'partition_key',
],
); |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table that contains a generated column like this:
But when I send save on it, it returns me an error with message:
partition_key is required
.Note: I don't mention this field anywhere in the model as it is needed only in partitioning and in ad hoc queries.
Beta Was this translation helpful? Give feedback.
All reactions