diff --git a/api/src/utils/get-local-type.ts b/api/src/utils/get-local-type.ts index 34d3fa59c51ef..8b7fbe8eec420 100644 --- a/api/src/utils/get-local-type.ts +++ b/api/src/utils/get-local-type.ts @@ -83,6 +83,9 @@ const localTypeMap: Record = { // Oracle number: { type: 'integer' }, + + // SQLite + integerfirst: { type: 'integer' }, }; export default function getLocalType(