-
-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathcontents
More file actions
18 lines (18 loc) · 1.39 KB
/
Copy pathcontents
File metadata and controls
18 lines (18 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="20086" systemVersion="21D62" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="ExpenseCD" representedClassName=".ExpenseCD" syncable="YES">
<attribute name="amount" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES"/>
<attribute name="createdAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="frequencyValue" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="imageAttached" optional="YES" attributeType="Binary"/>
<attribute name="note" optional="YES" attributeType="String"/>
<attribute name="occuredOn" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="tag" optional="YES" attributeType="String"/>
<attribute name="title" optional="YES" attributeType="String"/>
<attribute name="type" optional="YES" attributeType="String"/>
<attribute name="updatedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
</entity>
<elements>
<element name="ExpenseCD" positionX="-63" positionY="-9" width="128" height="179"/>
</elements>
</model>