parent
8ca8a24913
commit
1c65dd950a
|
@ -81,7 +81,7 @@ var AllTypesObjectSchema = {
|
|||
{name: 'dateCol', type: Realm.Types.DATE},
|
||||
{name: 'dataCol', type: Realm.Types.DATA},
|
||||
{name: 'objectCol', type: 'TestObject'},
|
||||
{name: 'arrayCol', type: Realm.Types.LIST, objectType: 'TestObject'},
|
||||
{name: 'arrayCol', type: Realm.Types.LIST, objectType: 'TestObject'},
|
||||
]
|
||||
};
|
||||
|
||||
|
@ -97,7 +97,7 @@ var DefaultValuesObjectSchema = {
|
|||
{name: 'dataCol', type: Realm.Types.DATA, default: 'defaultData'},
|
||||
{name: 'objectCol', type: 'TestObject', default: [1]},
|
||||
{name: 'nullObjectCol', type: 'TestObject', default: null},
|
||||
{name: 'arrayCol', type: Realm.Types.LIST, objectType: 'TestObject', default: [[2]]},
|
||||
{name: 'arrayCol', type: Realm.Types.LIST, objectType: 'TestObject', default: [[2]]},
|
||||
]
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue