contents 1.1 KB

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