Field.Coded implementations for transformable attributes

This commit is contained in:
John Estropia
2020-01-18 16:22:06 +09:00
parent 43f61359da
commit bcc2d9def3
22 changed files with 1505 additions and 101 deletions

View File

@@ -177,6 +177,9 @@ extension DynamicSchema {
defaultString = ", initial: /* required */"
}
case .undefinedAttributeType:
#warning("TODO: Field.Computed")
continue
default:
fatalError("Unsupported attribute type: \(attribute.attributeType.rawValue)")
}