Initial commit
This commit is contained in:
92
common/data/objectbox-models/default.json
Normal file
92
common/data/objectbox-models/default.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.",
|
||||
"_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.",
|
||||
"_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.",
|
||||
"entities": [
|
||||
{
|
||||
"id": "3:3556253001994555353",
|
||||
"lastPropertyId": "10:2074102010889685023",
|
||||
"name": "Place",
|
||||
"properties": [
|
||||
{
|
||||
"id": "1:8628248127112405947",
|
||||
"name": "id",
|
||||
"type": 6,
|
||||
"flags": 1
|
||||
},
|
||||
{
|
||||
"id": "2:5449777173432639670",
|
||||
"name": "name",
|
||||
"type": 9
|
||||
},
|
||||
{
|
||||
"id": "4:7616797133438967216",
|
||||
"name": "category",
|
||||
"type": 9
|
||||
},
|
||||
{
|
||||
"id": "5:4549304698322816870",
|
||||
"name": "latitude",
|
||||
"type": 8
|
||||
},
|
||||
{
|
||||
"id": "6:5239710428443021248",
|
||||
"name": "longitude",
|
||||
"type": 8
|
||||
},
|
||||
{
|
||||
"id": "7:6400677773087441740",
|
||||
"name": "postalCode",
|
||||
"type": 9
|
||||
},
|
||||
{
|
||||
"id": "8:2520427138466605542",
|
||||
"name": "city",
|
||||
"type": 9
|
||||
},
|
||||
{
|
||||
"id": "9:8470786445549505903",
|
||||
"name": "street",
|
||||
"type": 9
|
||||
},
|
||||
{
|
||||
"id": "10:2074102010889685023",
|
||||
"name": "distance",
|
||||
"type": 7
|
||||
}
|
||||
],
|
||||
"relations": []
|
||||
}
|
||||
],
|
||||
"lastEntityId": "4:4849917137448238840",
|
||||
"lastIndexId": "3:8164654097637798551",
|
||||
"lastRelationId": "0:0",
|
||||
"lastSequenceId": "0:0",
|
||||
"modelVersion": 5,
|
||||
"modelVersionParserMinimum": 5,
|
||||
"retiredEntityUids": [
|
||||
5232739161494262087,
|
||||
1670248357005659634,
|
||||
4849917137448238840
|
||||
],
|
||||
"retiredIndexUids": [
|
||||
1988419626350568402,
|
||||
5426976851182536573,
|
||||
8164654097637798551
|
||||
],
|
||||
"retiredPropertyUids": [
|
||||
2083347946807922223,
|
||||
4259485286808072830,
|
||||
8424908988571282836,
|
||||
7365137158590972749,
|
||||
3637730979227083476,
|
||||
8954406503424388478,
|
||||
7467083398837280132,
|
||||
6885676442906238720,
|
||||
6365540590424804057,
|
||||
8979494032513344145,
|
||||
6908702166041138446
|
||||
],
|
||||
"retiredRelationUids": [],
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user