Skip to content

Commit 469d562

Browse files
DOCSP-44794 Field Types (#69)
1 parent 4003671 commit 469d562

File tree

3 files changed

+833
-1
lines changed

3 files changed

+833
-1
lines changed

source/data-modeling.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Model Your Data
1313

1414
.. toctree::
1515
:caption: Data Modeling
16-
16+
1717
Documents </data-modeling/documents>
18+
Field Types </data-modeling/field-types>
1819
Field Behaviors </data-modeling/field-behaviors>
1920
Inheritance </data-modeling/inheritance>
2021
Document Validation </data-modeling/validation>
@@ -24,6 +25,9 @@ In this section, you can learn how to model data in {+odm+}.
2425
- :ref:`mongoid-modeling-documents`: Learn about the ``Document``
2526
module.
2627

28+
- :ref:`mongoid-field-types`: Learn about the field types that you can use in
29+
{+odm+} to define the schema for your MongoDB documents.
30+
2731
- :ref:`mongoid-field-behaviors`: Learn how to customize the behaviors of fields
2832
in {+odm+} to meet your application requirements.
2933

0 commit comments

Comments
 (0)