ProjectIDIsNil applies the IsNil predicate on the "project_id" field.
()
| 488 | |
| 489 | // ProjectIDIsNil applies the IsNil predicate on the "project_id" field. |
| 490 | func ProjectIDIsNil() predicate.APIToken { |
| 491 | return predicate.APIToken(sql.FieldIsNull(FieldProjectID)) |
| 492 | } |
| 493 | |
| 494 | // ProjectIDNotNil applies the NotNil predicate on the "project_id" field. |
| 495 | func ProjectIDNotNil() predicate.APIToken { |