- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="17192" systemVersion="19G2021" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
- <entity name="BudgetCategoryEntry" representedClassName="BudgetCategoryEntry" syncable="YES" codeGenerationType="class">
- <attribute name="amount" optional="YES" attributeType="Decimal" defaultValueString="0.0"/>
- <attribute name="budgetCategoryId" optional="YES" attributeType="UUID" usesScalarValueType="NO"/>
- <attribute name="budgetId" optional="YES" attributeType="UUID" usesScalarValueType="NO"/>
- <attribute name="month" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
- <attribute name="year" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
- </entity>
- <elements>
- <element name="BudgetCategoryEntry" positionX="-63" positionY="-9" width="128" height="118"/>
- </elements>
- </model>
|