Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit fea8ccf

Browse files
committed
Add bigint for mysql
1 parent a30a905 commit fea8ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/databases/mysql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class MySQL(ThreadedDatabase):
2020
"float": Float,
2121
"decimal": Decimal,
2222
"int": Integer,
23+
"bigint": Integer,
2324
}
2425
ROUNDS_ON_PREC_LOSS = True
2526

0 commit comments

Comments
 (0)