From 8ecd3f26ae340dad0cd640197ac4add4a8fe4f61 Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Mon, 6 Feb 2017 12:36:31 +0100 Subject: [PATCH] fix keys typo --- fluent/query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent/query.md b/fluent/query.md index d29a5c2c..6702bf38 100644 --- a/fluent/query.md +++ b/fluent/query.md @@ -102,9 +102,9 @@ The above example with users and pets assumes the following schema. ``` users - id -- pet_id pets - id +- user_id ``` Custom foreign keys can be provided through overloads to `union`.