From 9527c3f922cac85dd8a42cf1de74c0ae31cd39d4 Mon Sep 17 00:00:00 2001 From: sclubricants Date: Wed, 28 Sep 2022 18:39:58 -0700 Subject: [PATCH] Update user_guide_src/source/dbmgmt/forge.rst Co-authored-by: kenjis --- user_guide_src/source/dbmgmt/forge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/dbmgmt/forge.rst b/user_guide_src/source/dbmgmt/forge.rst index 678deec0dfaa..eea64925f6bf 100644 --- a/user_guide_src/source/dbmgmt/forge.rst +++ b/user_guide_src/source/dbmgmt/forge.rst @@ -170,7 +170,7 @@ and unique keys with specific methods: .. literalinclude:: forge/011.php -.. note:: MySQL and SQLite will assume the name ``PRIMARY`` even if a name is provided. +.. note:: When you add a primary key, MySQL and SQLite will assume the name ``PRIMARY`` even if a name is provided. .. _adding-foreign-keys: