Skip to content

Commit a8c37ac

Browse files
committed
update copy
1 parent 8506f0c commit a8c37ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/sdk/flutter/realm-database/model-data/define-realm-object-schema.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,14 @@ Map Realm Model to Different Name
194194

195195
You can use the `MapTo <https://pub.dev/documentation/realm_common/latest/realm_common/MapTo-class.html>`__
196196
annotation 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+
197203
If 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

0 commit comments

Comments
 (0)