SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 39405 | |
| 39406 | // SetUpdatedAt sets the "updated_at" field. |
| 39407 | func (m *UserMutation) SetUpdatedAt(t time.Time) { |
| 39408 | m.updated_at = &t |
| 39409 | } |
| 39410 | |
| 39411 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 39412 | func (m *UserMutation) UpdatedAt() (r time.Time, exists bool) { |
no outgoing calls