mobdr/lib/objectbox-model.json

135 lines
3.0 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:2802681814019499133",
"lastPropertyId": "4:6451339597165131221",
"name": "Note",
"properties": [
{
"id": "1:3178873177797362769",
"name": "id",
"type": 6,
"flags": 1
},
{
"id": "2:4285343053028527696",
"name": "text",
"type": 9
},
{
"id": "3:2606273611209948020",
"name": "comment",
"type": 9
},
{
"id": "4:6451339597165131221",
"name": "date",
"type": 10
}
],
"relations": []
},
{
"id": "3:6664528022814238868",
"lastPropertyId": "6:1514784951041121129",
"name": "User",
"properties": [
{
"id": "1:4611296599843691135",
"name": "id",
"type": 6,
"flags": 1
},
{
"id": "2:3082719507680383784",
"name": "photo",
"type": 9
},
{
"id": "3:6869254152255514608",
"name": "login",
"type": 9
},
{
"id": "4:3830288742147875657",
"name": "nom",
"type": 9
},
{
"id": "5:1856556503877986423",
"name": "prenom",
"type": 9
},
{
"id": "6:1514784951041121129",
"name": "id_utilisateur",
"type": 6
}
],
"relations": []
},
{
"id": "4:4389962693874538546",
"lastPropertyId": "7:4949059821139557407",
"name": "Log",
"properties": [
{
"id": "1:3034881956612204559",
"name": "id",
"type": 6,
"flags": 1
},
{
"id": "2:1575574682059681804",
"name": "type",
"type": 9
},
{
"id": "3:8168339759075122864",
"name": "date",
"type": 10
},
{
"id": "4:1699927074197883718",
"name": "module",
"type": 9
},
{
"id": "5:7184817111174936621",
"name": "libelle",
"type": 9
},
{
"id": "6:6213554048326311571",
"name": "duree",
"type": 6
},
{
"id": "7:4949059821139557407",
"name": "uploaded",
"type": 6
}
],
"relations": []
}
],
"lastEntityId": "4:4389962693874538546",
"lastIndexId": "0:0",
"lastRelationId": "0:0",
"lastSequenceId": "0:0",
"modelVersion": 5,
"modelVersionParserMinimum": 5,
"retiredEntityUids": [
7401686910042688313
],
"retiredIndexUids": [],
"retiredPropertyUids": [
402019719780433349,
2876428622751679696
],
"retiredRelationUids": [],
"version": 1
}