You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
2.1 KiB
27 lines
2.1 KiB
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22757" systemVersion="23E214" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
<entity name="ImportedPlayer" representedClassName=".ImportedPlayer" syncable="YES" codeGenerationType="class">
|
|
<attribute name="assimilation" attributeType="String"/>
|
|
<attribute name="canonicalFirstName" optional="YES" attributeType="String" derived="YES" derivationExpression="canonical:(firstName)"/>
|
|
<attribute name="canonicalFullName" optional="YES" attributeType="String" derived="YES" derivationExpression="canonical:(fullName)"/>
|
|
<attribute name="canonicalLastName" optional="YES" attributeType="String" derived="YES" derivationExpression="canonical:(lastName)"/>
|
|
<attribute name="clubCode" attributeType="String"/>
|
|
<attribute name="clubName" attributeType="String"/>
|
|
<attribute name="country" attributeType="String"/>
|
|
<attribute name="firstName" attributeType="String"/>
|
|
<attribute name="fullName" attributeType="String"/>
|
|
<attribute name="importDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
<attribute name="lastName" attributeType="String"/>
|
|
<attribute name="license" attributeType="String"/>
|
|
<attribute name="ligueName" attributeType="String"/>
|
|
<attribute name="male" attributeType="Boolean" usesScalarValueType="YES"/>
|
|
<attribute name="points" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES"/>
|
|
<attribute name="rank" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
<attribute name="tournamentCount" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
<uniquenessConstraints>
|
|
<uniquenessConstraint>
|
|
<constraint value="license"/>
|
|
</uniquenessConstraint>
|
|
</uniquenessConstraints>
|
|
</entity>
|
|
</model> |