diff options
author | Kristian Matthews <kristian.matthews@me.com> | 2016-02-01 19:06:17 +0100 |
---|---|---|
committer | Kristian Matthews <kristian.matthews@me.com> | 2016-02-01 19:06:17 +0100 |
commit | ea07f04725c56730d4b99d5f215d6e09edb54df6 (patch) | |
tree | 08f00946a3a0a491f34ac1058ccaccbb76105b72 /user_guide_src/source | |
parent | f51ef09e34f049911af99332f937ebaf723c129e (diff) |
Changed Unique Value
Changed unique value from false to true.
Signed-off-by: Kristian Matthews <kristian.matthews@me.com>
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/database/forge.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/forge.rst b/user_guide_src/source/database/forge.rst index cb5c35662..5af4f2248 100644 --- a/user_guide_src/source/database/forge.rst +++ b/user_guide_src/source/database/forge.rst @@ -97,7 +97,7 @@ Additionally, the following key/values can be used: - auto_increment/true : generates an auto_increment flag on the field. Note that the field type must be a type that supports this, such as integer. -- unique/false : to generate a unique key for the field definition. +- unique/true : to generate a unique key for the field definition. :: |