SetUpdatedAt sets the "updated_at" field.
(t time.Time)
| 10993 | |
| 10994 | // SetUpdatedAt sets the "updated_at" field. |
| 10995 | func (m *SettingMutation) SetUpdatedAt(t time.Time) { |
| 10996 | m.updated_at = &t |
| 10997 | } |
| 10998 | |
| 10999 | // UpdatedAt returns the value of the "updated_at" field in the mutation. |
| 11000 | func (m *SettingMutation) UpdatedAt() (r time.Time, exists bool) { |