Skip to content

Commit 0d910f9

Browse files
author
Kevin Martin
committed
changed Using Prefix in Index Name doc
1 parent 271f794 commit 0d910f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ Do not prefix your columns with "fld_", "col_", "f_", "u_" as it should be obvio
186186
## Using Prefix in Index Name
187187
**Check Id:** [NONE YET]
188188

189-
I cannot think of a reason to keep using a prefix (PK_, IX_, UK_, UX_) or table name in index names or constraints.
189+
No need for prefixing (PK_, IX_, UK_, UX_) your index names.
190190

191-
* Names should be "Column1_Column2_Column3"
192-
* Names should indicate if there are included columns with "Column1_Column2_Column3_Includes"
191+
* Names should be "TableName_Column1_Column2_Column3"
192+
* Names should indicate if there are included columns with "TableName_Column1_Column2_Column3_Includes"
193193

194194

195195

0 commit comments

Comments
 (0)