2020-04-11 19:31:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2022-11-07 23:47:46 +00:00
|
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21512" systemVersion="22A380" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
2020-04-11 19:31:37 +00:00
|
|
|
<entity name="Account" representedClassName="AccountMO" syncable="YES">
|
|
|
|
<attribute name="acct" attributeType="String"/>
|
2022-02-17 03:12:47 +00:00
|
|
|
<attribute name="avatar" optional="YES" attributeType="URI"/>
|
2020-05-06 22:40:12 +00:00
|
|
|
<attribute name="botCD" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="createdAt" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
|
<attribute name="displayName" attributeType="String"/>
|
2020-04-11 19:33:39 +00:00
|
|
|
<attribute name="emojisData" attributeType="Binary"/>
|
|
|
|
<attribute name="fieldsData" optional="YES" attributeType="Binary"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="followersCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="followingCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
2020-10-26 03:07:41 +00:00
|
|
|
<attribute name="header" optional="YES" attributeType="URI"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="id" attributeType="String"/>
|
2022-05-01 19:15:35 +00:00
|
|
|
<attribute name="lastFetchedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="locked" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-05-06 22:40:12 +00:00
|
|
|
<attribute name="movedCD" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="note" attributeType="String"/>
|
|
|
|
<attribute name="statusesCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="url" attributeType="URI"/>
|
|
|
|
<attribute name="username" attributeType="String"/>
|
|
|
|
<relationship name="movedTo" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Account"/>
|
2020-10-12 22:20:57 +00:00
|
|
|
<relationship name="relationship" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Relationship" inverseName="account" inverseEntity="Relationship"/>
|
2022-11-07 23:47:46 +00:00
|
|
|
<relationship name="statuses" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="Status" inverseName="account" inverseEntity="Status"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<uniquenessConstraints>
|
|
|
|
<uniquenessConstraint>
|
|
|
|
<constraint value="id"/>
|
|
|
|
</uniquenessConstraint>
|
|
|
|
</uniquenessConstraints>
|
|
|
|
</entity>
|
2022-11-30 02:43:56 +00:00
|
|
|
<entity name="FollowedHashtag" representedClassName="FollowedHashtag" syncable="YES">
|
|
|
|
<attribute name="name" attributeType="String"/>
|
|
|
|
<attribute name="url" attributeType="URI"/>
|
|
|
|
</entity>
|
2020-10-12 22:20:57 +00:00
|
|
|
<entity name="Relationship" representedClassName="RelationshipMO" syncable="YES">
|
|
|
|
<attribute name="accountID" optional="YES" attributeType="String"/>
|
|
|
|
<attribute name="blocking" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="domainBlocking" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="endorsed" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="followedBy" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="following" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="muting" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="mutingNotifications" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="requested" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="showingReblogs" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
|
|
<relationship name="account" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Account" inverseName="relationship" inverseEntity="Account"/>
|
|
|
|
</entity>
|
2022-05-11 02:57:46 +00:00
|
|
|
<entity name="SavedHashtag" representedClassName="SavedHashtag" syncable="YES">
|
|
|
|
<attribute name="name" attributeType="String"/>
|
|
|
|
<attribute name="url" attributeType="URI"/>
|
|
|
|
<uniquenessConstraints>
|
|
|
|
<uniquenessConstraint>
|
|
|
|
<constraint value="name"/>
|
|
|
|
</uniquenessConstraint>
|
|
|
|
</uniquenessConstraints>
|
|
|
|
</entity>
|
|
|
|
<entity name="SavedInstance" representedClassName="SavedInstance" syncable="YES">
|
|
|
|
<attribute name="url" attributeType="URI"/>
|
|
|
|
<uniquenessConstraints>
|
|
|
|
<uniquenessConstraint>
|
|
|
|
<constraint value="url"/>
|
|
|
|
</uniquenessConstraint>
|
|
|
|
</uniquenessConstraints>
|
|
|
|
</entity>
|
2020-04-11 19:31:37 +00:00
|
|
|
<entity name="Status" representedClassName="StatusMO" syncable="YES">
|
2020-05-06 22:40:12 +00:00
|
|
|
<attribute name="applicationName" optional="YES" attributeType="String"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="attachmentsData" attributeType="Binary"/>
|
2022-01-23 15:57:32 +00:00
|
|
|
<attribute name="bookmarkedInternal" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
|
2020-10-25 20:05:28 +00:00
|
|
|
<attribute name="cardData" optional="YES" attributeType="Binary"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="content" attributeType="String"/>
|
|
|
|
<attribute name="createdAt" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
|
<attribute name="emojisData" attributeType="Binary" customClassName="[Data]"/>
|
2020-05-06 22:40:12 +00:00
|
|
|
<attribute name="favourited" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="favouritesCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="hashtagsData" attributeType="Binary"/>
|
|
|
|
<attribute name="id" attributeType="String"/>
|
2020-04-12 02:23:31 +00:00
|
|
|
<attribute name="inReplyToAccountID" optional="YES" attributeType="String"/>
|
|
|
|
<attribute name="inReplyToID" optional="YES" attributeType="String"/>
|
2022-05-01 19:15:35 +00:00
|
|
|
<attribute name="lastFetchedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
2022-01-23 15:57:32 +00:00
|
|
|
<attribute name="localOnly" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="mentionsData" attributeType="Binary"/>
|
|
|
|
<attribute name="muted" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-05-06 22:40:12 +00:00
|
|
|
<attribute name="pinnedInternal" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
2021-04-28 23:00:17 +00:00
|
|
|
<attribute name="pollData" optional="YES" attributeType="Binary"/>
|
2020-05-06 22:40:12 +00:00
|
|
|
<attribute name="reblogged" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="reblogsCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="sensitive" attributeType="Boolean" usesScalarValueType="YES"/>
|
2020-04-12 16:54:27 +00:00
|
|
|
<attribute name="spoilerText" attributeType="String"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<attribute name="uri" attributeType="String"/>
|
|
|
|
<attribute name="url" optional="YES" attributeType="URI"/>
|
2020-04-12 02:23:31 +00:00
|
|
|
<attribute name="visibilityString" attributeType="String"/>
|
2022-11-07 23:47:46 +00:00
|
|
|
<relationship name="account" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Account" inverseName="statuses" inverseEntity="Account"/>
|
2020-04-11 19:31:37 +00:00
|
|
|
<relationship name="reblog" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Status"/>
|
|
|
|
<uniquenessConstraints>
|
|
|
|
<uniquenessConstraint>
|
|
|
|
<constraint value="id"/>
|
|
|
|
</uniquenessConstraint>
|
|
|
|
</uniquenessConstraints>
|
|
|
|
</entity>
|
|
|
|
</model>
|