renamed Field.Computed to Field.Virtual to distinguish from Field.Derived

This commit is contained in:
John Estropia
2020-02-06 09:33:08 +09:00
parent e9c3312612
commit f0f4049798
10 changed files with 54 additions and 34 deletions

View File

@@ -70,7 +70,7 @@ extension DynamicSchema {
let containerType: String
if attribute.isTransient || attribute.attributeType == .undefinedAttributeType {
containerType = "Field.Computed"
containerType = "Field.Virtual"
}
else if attribute.attributeType == .transformableAttributeType {