Skip to content

Commit

Permalink
First views model test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 20, 2023
1 parent 63feb64 commit 5ce7ac8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions models/brac/views/views.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

models:
- name: ancview_pregnancy
columns:
- name: uuid
tests:
- not_null
- unique
- relationships:
to: ref('useview_pregnancy')
field: uuid

0 comments on commit 5ce7ac8

Please sign in to comment.