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.
117
117
Implement Schema Validation
118
118
---------------------------
119
119
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:
123
123
124
124
- ``Schema::create()``: When creating a new collection
125
125
- ``Schema::table()``: When updating collection properties
Original file line number Diff line number Diff line change @@ -1258,9 +1258,9 @@ operation updated or inserted.
1258
1258
Multiply and Divide Numerical Values Example
1259
1259
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1260
1260
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.
1264
1264
1265
1265
The following example shows how to use the ``multiply()`` and
1266
1266
``divide()`` query builder methods to manipulate the values of the
You can’t perform that action at this time.
0 commit comments