Sha256: d9af9c5645a2c2d1f67f95dbdaf3785b764ee859b4d1dcbad1d84a75753f4fc1
Contents?: true
Size: 1.61 KB
Versions: 3
Compression:
Stored size: 1.61 KB
Contents
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <model name="" userDefinedModelVersionIdentifier="0.0.1" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="2061" systemVersion="12D78" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic"> <entity codeGenerationType="class" name="Article" representedClassName="Article" syncable="YES"> <attribute name="body" optional="NO" attributeType="String" syncable="YES"/> <attribute name="length" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/> <attribute name="published" optional="YES" attributeType="Boolean" defaultValueString="NO" syncable="YES"/> <attribute name="publishedAt" optional="YES" attributeType="Date" defaultValueString="NO" syncable="YES"/> <attribute name="title" optional="NO" attributeType="String" syncable="YES"/> <relationship name="author" optional="YES" minCount="1" maxCount="1" deletionRule="Nullify" destinationEntity="Author" inverseName="articles" inverseEntity="Author" syncable="YES"/> </entity> <entity codeGenerationType="class" name="Author" representedClassName="Author" syncable="YES"> <attribute name="fee" optional="YES" attributeType="Float" defaultValueString="0.0" syncable="YES"/> <attribute name="name" optional="NO" attributeType="String" syncable="YES"/> <relationship name="articles" optional="YES" minCount="1" maxCount="-1" deletionRule="Nullify" destinationEntity="Article" inverseName="author" inverseEntity="Article" syncable="YES"/> </entity> </model>
Version data entries
3 entries across 3 versions & 1 rubygems