Replies: 1 comment 5 replies
-
What happens if you assign a value to E.g. Will it keep the change you made or overwrite it with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a column in MySQL has the "ON UPDATE" expression, it should be treated as an auto generated column and BB should not submit a value.
Example :
Table in MySQL has a "updated_on" column, defined as
"
updated_on
datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),".Columns of this type autogenerate their values ON UPDATE so BB should treat them as Auto / Generated
Ideas ?
Beta Was this translation helpful? Give feedback.
All reactions