We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd136da commit 2eae56dCopy full SHA for 2eae56d
docs/2-naming-conventions/naming-conventions.md
@@ -60,6 +60,15 @@ Singular name of what is stored in the column (unless the column data type is a
60
61
Add a comment to the database dictionary for every column.
62
63
+### Check Constraint
64
+
65
+Table name or table abbreviation followed by the column and/or role of the check constraint, a `_ck` and an optional number suffix.
66
67
+Examples:
68
69
+* `employees_salary_min_ck`
70
+* `orders_mode_ck`
71
72
### DML / Instead of Trigger
73
74
Choose a naming convention that includes:
0 commit comments