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

Commit dd8fa1e

Browse files
authored
Merge pull request #702 from yecnj/add_mysql_type
[MySQL] Added mediumint
2 parents 32d8bf0 + 6fb64bc commit dd8fa1e

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)