SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 8911 | |
| 8912 | // SetUpdatedAt sets the "updated_at" field. |
| 8913 | func (m *MachineMutation) SetUpdatedAt(t time.Time) { |
| 8914 | m.updated_at = &t |
| 8915 | } |
| 8916 | |
| 8917 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 8918 | func (m *MachineMutation) UpdatedAt() (r time.Time, exists bool) { |