SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 6549 | |
| 6550 | // SetUpdatedAt sets the "updated_at" field. |
| 6551 | func (m *MetadataMutation) SetUpdatedAt(t time.Time) { |
| 6552 | m.updated_at = &t |
| 6553 | } |
| 6554 | |
| 6555 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 6556 | func (m *MetadataMutation) UpdatedAt() (r time.Time, exists bool) { |