Skip to content

Commit

Permalink
Merge pull request cakephp#509 from thetreew/patch-1
Browse files Browse the repository at this point in the history
Fix typo in migrations.rst
  • Loading branch information
shadowhand committed Mar 5, 2015
2 parents 698b79c + ef3180e commit c98e5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ To rename a table access an instance of the Table object then call the
Working With Columns
~~~~~~~~~~~~~~~~~~~~

Get a cloumn list
Get a column list
~~~~~~~~~~~~~~~~~

To retrieve all table columns, simply create a `table` object and call `getColumns()` method. This method will return an array of Column classes with basic info. Example below:
Expand Down

0 comments on commit c98e5e7

Please sign in to comment.