Change miss spelling

This commit is contained in:
Yam ZhengLim
2023-07-13 15:25:46 +00:00
parent c7d10aeacb
commit 77f4144c74
+1 -1
View File
@@ -118,7 +118,7 @@ Short naming convention lists that need to follow
- Use names based on the _business_ terminology, rather than the source terminology. - 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 `<object>_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 `<object>_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 `<object>_sk`. - If a surrogate key is created, it should be named `<object>_sk`.