Add signatures.

This commit is contained in:
mike12345567 2025-03-12 17:52:43 +00:00
parent 998436c015
commit 2384b0d73f
1 changed files with 1 additions and 1 deletions

View File

@ -141,6 +141,7 @@ function generateSchema(
.references(`${tableName}.${relatedPrimary}`)
}
break
case FieldType.SIGNATURE_SINGLE:
case FieldType.ATTACHMENTS:
case FieldType.ATTACHMENT_SINGLE:
// single attachments are stored as an object, multi attachments
@ -153,7 +154,6 @@ function generateSchema(
case FieldType.AI:
// This is allowed, but nothing to do on the external datasource
break
case FieldType.SIGNATURE_SINGLE:
case FieldType.AUTO:
case FieldType.JSON:
case FieldType.INTERNAL: