File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ in the Laravel documentation.
117117Implement Schema Validation
118118---------------------------
119119
120- You can use the ``jsonSchema()`` method to implement :manual:`schema
121- validation </core/schema-validation/>` when using the following schema
122- builder methods:
120+ Starting in {+odm-short+} v5.5, you can use the ``jsonSchema()`` method
121+ to implement :manual:`schema validation </core/schema-validation/>` when
122+ using the following schema builder methods:
123123
124124- ``Schema::create()``: When creating a new collection
125125- ``Schema::table()``: When updating collection properties
Original file line number Diff line number Diff line change @@ -1258,9 +1258,9 @@ operation updated or inserted.
12581258Multiply and Divide Numerical Values Example
12591259~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12601260
1261- You can perform multiplication and division operations on numerical
1262- values by using the ``multiply()`` and ``divide()`` query builder
1263- methods.
1261+ Starting in {+odm-short+} v5.5, you can perform multiplication and
1262+ division operations on numerical values by using the ``multiply()`` and
1263+ ``divide()`` query builder methods.
12641264
12651265The following example shows how to use the ``multiply()`` and
12661266``divide()`` query builder methods to manipulate the values of the
You can’t perform that action at this time.
0 commit comments