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

Commit b6387fb

Browse files
author
yecnj
committed
[MySQL] Added mediumint
1 parent 7eac3cb commit b6387fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/sqeleton/databases/mysql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class Dialect(BaseDialect, Mixin_Schema, Mixin_OptimizerHints):
7070
"decimal": Decimal,
7171
"int": Integer,
7272
"bigint": Integer,
73+
"mediumint": Integer,
7374
"smallint": Integer,
7475
"tinyint": Integer,
7576
# Text

0 commit comments

Comments
 (0)