diff options
-rw-r--r-- | user_guide/database/forge.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html index 4b0588c6c..f21591c7f 100644 --- a/user_guide/database/forge.html +++ b/user_guide/database/forge.html @@ -148,8 +148,8 @@ already be running, since the forge class relies on it.</p> 'type' => 'TEXT',<br />
'null' => TRUE,<br />
),<br />
- )<br />
- );</code></p>
+ );<br />
+</code></p>
<p>After the fields have been defined, they can be added using <dfn>$this->dbforge->add_field($fields);</dfn> followed by a call to the <dfn>create_table()</dfn> function.</p>
<h3>$this->dbforge->add_field()</h3>
<p>The add fields function will accept the above array.</p>
|