./example/Sample.xcdatamodeld/Sample.xcdatamodel/contents in helios-0.0.5 vs ./example/Sample.xcdatamodeld/Sample.xcdatamodel/contents in helios-0.1.1
- old
+ new
@@ -1,23 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1811" systemVersion="12C60" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
- <entity name="Customer" syncable="YES">
- <attribute name="active" optional="YES" attributeType="Boolean" syncable="YES"/>
+<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="2061" systemVersion="12D78" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
+ <entity name="Product" syncable="YES">
+ <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
+ <attribute name="price" optional="YES" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
+ <attribute name="productDescription" optional="YES" attributeType="String" syncable="YES"/>
+ <attribute name="quantity" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
+ </entity>
+ <entity name="User" syncable="YES">
<attribute name="email" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="first_name" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="last_name" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="last_update" optional="YES" attributeType="Date" syncable="YES"/>
+ <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
</entity>
- <entity name="Film">
- <attribute name="description" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="last_update" optional="YES" attributeType="Date" syncable="YES"/>
- <attribute name="length" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
- <attribute name="rating" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="releaseYear" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
- <attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
- <userInfo/>
- </entity>
<elements>
- <element name="Film" positionX="261" positionY="189" width="128" height="135"/>
- <element name="Customer" positionX="160" positionY="192" width="128" height="120"/>
+ <element name="Product" positionX="160" positionY="192" width="128" height="105"/>
+ <element name="User" positionX="160" positionY="192" width="128" height="75"/>
</elements>
</model>
\ No newline at end of file