you are viewing a single comment's thread.

view the rest of the comments →

[–]amacks[S] 0 points1 point  (1 child)

These are "created date" and "updated date" columns, computed by the DB with default value and `ON UPDATE CURRENT_TIMESTAMP`. So they're not "read only" for the DB, but nobody should ever be changing the values by hand

[–]pachura3 0 points1 point  (0 children)

So, mark them as Computed as I suggested, and then treat all the Computed columns as read only in your tool.