SetUpdatedAt sets the "updated_at" field.
(v time.Time)
| 39 | |
| 40 | // SetUpdatedAt sets the "updated_at" field. |
| 41 | func (_c *MetaCreate) SetUpdatedAt(v time.Time) *MetaCreate { |
| 42 | _c.mutation.SetUpdatedAt(v) |
| 43 | return _c |
| 44 | } |
| 45 | |
| 46 | // SetNillableUpdatedAt sets the "updated_at" field if the given value is not nil. |
| 47 | func (_c *MetaCreate) SetNillableUpdatedAt(v *time.Time) *MetaCreate { |
no outgoing calls
no test coverage detected