Skip to content

Commit 070aa7e

Browse files
author
Kevin Martin
committed
removed table name from as prefix for ix naming
1 parent 36ee9ca commit 070aa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ Do not prefix your columns with "fld_", "col_", "f_", "u_" as it should be obvio
298298

299299
No need for prefixing (PK_, IX_, UK_, UX_) your index names.
300300

301-
* Names should be "TableName_Column1_Column2_Column3"
302-
* Names should indicate if there are included columns with "TableName_Column1_Column2_Column3_Includes"
301+
* Names should be "Column1_Column2_Column3"
302+
* Names should indicate if there are included columns with "Column1_Column2_Column3_Includes"
303303

304304

305305

0 commit comments

Comments
 (0)