|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | | -<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23788.4" systemVersion="24G90" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> |
| 2 | +<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="24299" systemVersion="24G90" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> |
3 | 3 | <entity name="Account" representedClassName="Account" syncable="YES"> |
4 | 4 | <attribute name="displayName" optional="YES" attributeType="String"/> |
5 | 5 | <attribute name="email" optional="YES" attributeType="String"/> |
|
62 | 62 | <attribute name="locale" attributeType="String" defaultValueString=""/> |
63 | 63 | <attribute name="name" attributeType="String" defaultValueString=""/> |
64 | 64 | </entity> |
| 65 | + <entity name="Booking" representedClassName="Booking" syncable="YES"> |
| 66 | + <attribute name="allDay" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/> |
| 67 | + <attribute name="bookingID" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 68 | + <attribute name="cost" attributeType="String" defaultValueString=""/> |
| 69 | + <attribute name="customerID" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 70 | + <attribute name="dateCreated" optional="YES" attributeType="Date" usesScalarValueType="NO"/> |
| 71 | + <attribute name="dateModified" optional="YES" attributeType="Date" usesScalarValueType="NO"/> |
| 72 | + <attribute name="endDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/> |
| 73 | + <attribute name="googleCalendarEventID" optional="YES" attributeType="String"/> |
| 74 | + <attribute name="localTimezone" attributeType="String" defaultValueString=""/> |
| 75 | + <attribute name="orderID" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 76 | + <attribute name="orderItemID" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 77 | + <attribute name="parentID" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 78 | + <attribute name="productID" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 79 | + <attribute name="resourceID" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 80 | + <attribute name="siteID" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/> |
| 81 | + <attribute name="startDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/> |
| 82 | + <attribute name="statusKey" attributeType="String" defaultValueString=""/> |
| 83 | + </entity> |
65 | 84 | <entity name="Country" representedClassName="Country" syncable="YES"> |
66 | 85 | <attribute name="code" attributeType="String"/> |
67 | 86 | <attribute name="name" attributeType="String"/> |
|
0 commit comments