Update basic-mapping.rst
The attribute name is "name", not "column", isn't it?
This commit is contained in:
parent
a19106b03d
commit
13c1efb240
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ list:
|
||||||
|
|
||||||
- ``type``: (optional, defaults to 'string') The mapping type to
|
- ``type``: (optional, defaults to 'string') The mapping type to
|
||||||
use for the column.
|
use for the column.
|
||||||
- ``column``: (optional, defaults to field name) The name of the
|
- ``name``: (optional, defaults to field name) The name of the
|
||||||
column in the database.
|
column in the database.
|
||||||
- ``length``: (optional, default 255) The length of the column in
|
- ``length``: (optional, default 255) The length of the column in
|
||||||
the database. (Applies only if a string-valued column is used).
|
the database. (Applies only if a string-valued column is used).
|
||||||
|
|
Loading…
Add table
Reference in a new issue