Skip to content

Commit 12883f0

Browse files
committed
docs: replace "column" in titles with "field"
1 parent 671efc1 commit 12883f0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

user_guide_src/source/dbmgmt/forge.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ drivers to handle removal of tables with foreign keys.
232232
Modifying Tables
233233
****************
234234

235-
Adding a Column to a Table
236-
==========================
235+
Adding a Field to a Table
236+
=========================
237237

238238
$forge->addColumn()
239239
-------------------
@@ -251,8 +251,8 @@ Examples:
251251

252252
.. literalinclude:: forge/023.php
253253

254-
Dropping Columns From a Table
255-
=============================
254+
Dropping Fields From a Table
255+
============================
256256

257257
.. _db-forge-dropColumn:
258258

@@ -267,8 +267,8 @@ Used to remove multiple columns from a table.
267267

268268
.. literalinclude:: forge/025.php
269269

270-
Modifying a Column in a Table
271-
=============================
270+
Modifying a Field in a Table
271+
============================
272272

273273
$forge->modifyColumn()
274274
----------------------
@@ -335,7 +335,7 @@ Class Reference
335335
:returns: true on success, false on failure
336336
:rtype: bool
337337

338-
Adds a column to a table. Usage: See `Adding a Column to a Table`_.
338+
Adds a column to a table. Usage: See `Adding a Field to a Table`_.
339339

340340
.. php:method:: addField($field)
341341
@@ -423,7 +423,7 @@ Class Reference
423423
:returns: true on success, false on failure
424424
:rtype: bool
425425

426-
Drops single or multiple columns from a table. Usage: See `Dropping Columns From a Table`_.
426+
Drops single or multiple columns from a table. Usage: See `Dropping Fields From a Table`_.
427427

428428
.. php:method:: dropDatabase($dbName)
429429
@@ -481,7 +481,7 @@ Class Reference
481481
:returns: true on success, false on failure
482482
:rtype: bool
483483

484-
Modifies a table column. Usage: See `Modifying a Column in a Table`_.
484+
Modifies a table column. Usage: See `Modifying a Field in a Table`_.
485485

486486
.. php:method:: renameTable($table_name, $new_table_name)
487487

0 commit comments

Comments
 (0)