SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 10373 | |
| 10374 | // SetUpdatedAt sets the "updated_at" field. |
| 10375 | func (m *MetaMutation) SetUpdatedAt(t time.Time) { |
| 10376 | m.updated_at = &t |
| 10377 | } |
| 10378 | |
| 10379 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 10380 | func (m *MetaMutation) UpdatedAt() (r time.Time, exists bool) { |
no outgoing calls