1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

Include external SQL server type in schema

This commit is contained in:
Mel O'Hagan 2022-06-20 16:49:58 +01:00
parent 4c996b1e4e
commit 78a3043aed

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] = {