| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "_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": "1:3444477729893015694",
- "lastPropertyId": "2:2305308568754167021",
- "name": "User",
- "properties": [
- {
- "id": "1:5463014948149082651",
- "name": "id",
- "type": 6,
- "flags": 1
- },
- {
- "id": "2:2305308568754167021",
- "name": "username",
- "type": 9,
- "flags": 2080,
- "indexId": "1:2185831944762227781"
- }
- ],
- "relations": []
- }
- ],
- "lastEntityId": "1:3444477729893015694",
- "lastIndexId": "1:2185831944762227781",
- "lastRelationId": "0:0",
- "lastSequenceId": "0:0",
- "modelVersion": 5,
- "modelVersionParserMinimum": 5,
- "retiredEntityUids": [],
- "retiredIndexUids": [],
- "retiredPropertyUids": [],
- "retiredRelationUids": [],
- "version": 1
- }
|