Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #298 from tiraeth/patch-1
Browse files Browse the repository at this point in the history
#297 fix "table" -> "column"
  • Loading branch information
sjinks committed Jan 6, 2014
2 parents d093060 + d8a9076 commit 9420f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Phalcon\\Db::createTable() accepts an associative array describing the table. Co
+=================+============================================================================================================================================+==========+
| "type" | Column type. Must be a Phalcon\\Db\\Column constant (see below for a list) | No |
+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------+----------+
| "primary" | True if the table is part of the table's primary key | Yes |
| "primary" | True if the column is part of the table's primary key | Yes |
+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------+----------+
| "size" | Some type of columns like VARCHAR or INTEGER may have a specific size | Yes |
+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------+----------+
Expand Down

0 comments on commit 9420f79

Please sign in to comment.