1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Merge pull request #145 from HoffmannP/master

key for yaml-files was changed, know Idea what it might affect as well
This commit is contained in:
Benjamin Eberlei 2013-01-23 14:51:12 -08:00
commit 94526ab602

View File

@ -289,7 +289,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.
- ``name``: (optional, defaults to field name) The name of the - ``column``: (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).