SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 15237 | |
| 15238 | // SetUpdatedAt sets the "updated_at" field. |
| 15239 | func (m *UserMutation) SetUpdatedAt(t time.Time) { |
| 15240 | m.updated_at = &t |
| 15241 | } |
| 15242 | |
| 15243 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 15244 | func (m *UserMutation) UpdatedAt() (r time.Time, exists bool) { |