SetDeletedAt sets the "deleted_at" field.
(t time.Time)
| 39441 | |
| 39442 | // SetDeletedAt sets the "deleted_at" field. |
| 39443 | func (m *UserMutation) SetDeletedAt(t time.Time) { |
| 39444 | m.deleted_at = &t |
| 39445 | } |
| 39446 | |
| 39447 | // DeletedAt returns the value of the "deleted_at" field in the mutation. |
| 39448 | func (m *UserMutation) DeletedAt() (r time.Time, exists bool) { |
no outgoing calls