Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 281 Bytes

not_null.md

File metadata and controls

15 lines (12 loc) · 281 Bytes

not_null (source)

Ensures that the specified column does not contain any null values.

Usage:

 models:
  - name: orders
    columns:
      - name: order_id
        tests:
          - unique
          - not_null