diff options
author | Adrian Voicu <avenir.ro@gmail.com> | 2015-07-13 10:36:15 +0200 |
---|---|---|
committer | Adrian Voicu <avenir.ro@gmail.com> | 2015-07-13 10:36:15 +0200 |
commit | 1fb0cfee53f4424b5f9ca09f734501a942ece9d5 (patch) | |
tree | e22a8c6a2d1e638d41866a5b5a4874876abc9d65 | |
parent | 00cdb810c54c57f2e07c248b0858b7cfe6d53bfd (diff) |
Update forge.rst
-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 a98cdb012..a8a346eb4 100644 --- a/user_guide_src/source/database/forge.rst +++ b/user_guide_src/source/database/forge.rst @@ -143,7 +143,7 @@ string into the field definitions with add_field() $this->dbforge->add_field("label varchar(100) NOT NULL DEFAULT 'default label'"); -.. note:: Passing strings as fields won't allow you to follow these calls by a add_key() call. +..note:: Passing raw strings as fields cannot be followed by ``add_key()`` calls on those fields. .. note:: Multiple calls to add_field() are cumulative. |