fix: can't create fields of type UUID (#2642)

This commit is contained in:
Jérémy M
2023-11-22 14:58:13 +01:00
committed by GitHub
parent 5c8c141556
commit 4c1c6a3407
2 changed files with 14 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export function generateTargetColumnMap(
const columnName = isCustomField ? `_${fieldName}` : fieldName;
switch (type) {
case FieldMetadataType.UUID:
case FieldMetadataType.TEXT:
case FieldMetadataType.PHONE:
case FieldMetadataType.EMAIL: