We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a5b23 commit 40b6409Copy full SHA for 40b6409
1 file changed
src/copia/data/dsl.md
@@ -120,8 +120,8 @@ created_at: past_date()
120
It is the only generator that reads from the database rather than generating data.
121
122
```
123
-user_id: ref('users.id')
124
-post_id: ref('posts.id')
+user_id: fetch('users.id')
+post_id: fetch('posts.id')
125
126
127
The argument is a string in `'table.column'` format.
0 commit comments