File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
source/sdk/flutter/realm-database/model-data Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,14 @@ Map Realm Model to Different Name
194194
195195You can use the `MapTo <https://pub.dev/documentation/realm_common/latest/realm_common/MapTo-class.html>`__
196196annotation to map a Realm object model to a different table name in Realm Database.
197+ This can be useful in the following scenarios:
198+
199+ - Working with one realm from different Realm SDKs
200+ - Migrating Realm object models
201+ - Adhering to certain code style conventions
202+
197203If you're using Atlas Device Sync, the name that you map to corresponds
198- with the App Services Schema name.
204+ with the :ref:` App Services Schema <schemas>` name.
199205
200206.. literalinclude:: /examples/generated/flutter/define_realm_model_test.snippet.map-to.dart
201207 :language: dart
You can’t perform that action at this time.
0 commit comments