Music_Player/app/objectbox-models/default.json
2024-10-31 18:58:15 +08:00

62 lines
1.5 KiB
JSON

{
"_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:7260744904384376845",
"lastPropertyId": "7:5800407979727692220",
"name": "BoxLikeSong",
"properties": [
{
"id": "1:745788217094734749",
"name": "id",
"type": 6,
"flags": 1
},
{
"id": "2:2477600117284929424",
"name": "songName",
"type": 9
},
{
"id": "3:79559302744310012",
"name": "singerName",
"type": 9
},
{
"id": "4:5779546109489824553",
"name": "videoId",
"type": 9
},
{
"id": "5:2803528372963628007",
"name": "covert",
"type": 9
},
{
"id": "6:3852926266057742085",
"name": "durationMs",
"type": 6
},
{
"id": "7:5800407979727692220",
"name": "duration",
"type": 9
}
],
"relations": []
}
],
"lastEntityId": "1:7260744904384376845",
"lastIndexId": "0:0",
"lastRelationId": "0:0",
"lastSequenceId": "0:0",
"modelVersion": 5,
"modelVersionParserMinimum": 5,
"retiredEntityUids": [],
"retiredIndexUids": [],
"retiredPropertyUids": [],
"retiredRelationUids": [],
"version": 1
}