DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.
()
| 348 | |
| 349 | // DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field. |
| 350 | func DeletedAtIsNil() predicate.Project { |
| 351 | return predicate.Project(sql.FieldIsNull(FieldDeletedAt)) |
| 352 | } |
| 353 | |
| 354 | // DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field. |
| 355 | func DeletedAtNotNil() predicate.Project { |
no test coverage detected