Include external SQL server type in schema

This commit is contained in:
Mel O'Hagan 2022-06-20 16:49:58 +01:00
parent 055842fce4
commit eca2fe0b50
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ module MSSQLModule {
autocolumn: !!autoColumns.find((col: string) => col === name),
name: name,
...convertSqlType(def.DATA_TYPE),
externalType: def.DATA_TYPE,
}
}
tables[tableName] = {