From 77f4144c74d5166cef28996343a3599e219bbe9f Mon Sep 17 00:00:00 2001 From: Yam ZhengLim Date: Thu, 13 Jul 2023 15:25:46 +0000 Subject: [PATCH] Change miss spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bead35..ca33c80 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Short naming convention lists that need to follow - Use names based on the _business_ terminology, rather than the source terminology. -- Each model should have a primary key that can identify the unique row, and should be named `_id`, e.g. `account_id` – this makes it easier to know what `id` is being referenced in downstream joined models. +- Each model should have a primary key that can identify the unique row, and should be named `_id`, e.g. `account_id` - this makes it easier to know what `id` is being referenced in downstream joined models. - If a surrogate key is created, it should be named `_sk`.