diff options
author | Adrian Voicu <avenir.ro@gmail.com> | 2015-07-13 10:55:51 +0200 |
---|---|---|
committer | Adrian Voicu <avenir.ro@gmail.com> | 2015-07-13 10:55:51 +0200 |
commit | ff50c54266bbd484dd5fb2887974abb69a141817 (patch) | |
tree | 2271cb446f2d41a3c9941783ce2990404781c71b /user_guide_src | |
parent | 1fb0cfee53f4424b5f9ca09f734501a942ece9d5 (diff) |
Update forge.rst
Diffstat (limited to 'user_guide_src')
-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 a8a346eb4..646e3a56e 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 raw strings as fields cannot be followed by ``add_key()`` calls on those fields. +.. note:: Passing raw strings as fields cannot be followed by ``add_key()`` calls on those fields. .. note:: Multiple calls to add_field() are cumulative. |