summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authorKristian Matthews <kristian.matthews@me.com>2016-02-01 19:06:17 +0100
committerKristian Matthews <kristian.matthews@me.com>2016-02-01 19:06:17 +0100
commitea07f04725c56730d4b99d5f215d6e09edb54df6 (patch)
tree08f00946a3a0a491f34ac1058ccaccbb76105b72 /user_guide_src/source/database
parentf51ef09e34f049911af99332f937ebaf723c129e (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/database')
-rw-r--r--user_guide_src/source/database/forge.rst2
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.
::