Skip to content

Commit 7195951

Browse files
authored
fix: add missing alias for valid types (#1388)
1 parent ae90be2 commit 7195951

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/bigquery.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1012,10 +1012,19 @@ export class BigQuery extends Service {
10121012
'TIMESTAMP',
10131013
'BYTES',
10141014
'NUMERIC',
1015+
'DECIMAL',
10151016
'BIGNUMERIC',
1017+
'BIGDECIMAL',
10161018
'BOOL',
10171019
'INT64',
1020+
'INT',
1021+
'SMALLINT',
1022+
'INTEGER',
1023+
'BIGINT',
1024+
'TINYINT',
1025+
'BYTEINT',
10181026
'FLOAT64',
1027+
'FLOAT',
10191028
'STRING',
10201029
'GEOGRAPHY',
10211030
'ARRAY',

0 commit comments

Comments
 (0)