mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-18 07:23:53 +01:00
Field.Coded implementations for transformable attributes
This commit is contained in:
@@ -177,6 +177,9 @@ extension DynamicSchema {
|
||||
|
||||
defaultString = ", initial: /* required */"
|
||||
}
|
||||
case .undefinedAttributeType:
|
||||
#warning("TODO: Field.Computed")
|
||||
continue
|
||||
default:
|
||||
fatalError("Unsupported attribute type: \(attribute.attributeType.rawValue)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user