mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-07-16 09:43:02 +02:00
10 lines
786 B
XML
10 lines
786 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22222" systemVersion="23B74" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithSwiftData="YES" userDefinedModelVersionIdentifier="">
|
|
<entity name="Memo" representedClassName="Memo" syncable="YES">
|
|
<attribute name="createdAt" attributeType="Date" usesScalarValueType="NO"/>
|
|
<attribute name="data" attributeType="Binary" allowsExternalBinaryDataStorage="YES"/>
|
|
<attribute name="id" attributeType="UUID" usesScalarValueType="NO"/>
|
|
<attribute name="title" attributeType="String"/>
|
|
<attribute name="updatedAt" attributeType="Date" usesScalarValueType="NO"/>
|
|
</entity>
|
|
</model> |