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

#297 fix "table" -> "column" #298

Merged
1 commit merged into from
Jan 6, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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