Skip to content
Snippets Groups Projects
Commit 5fb12335 authored by Cam Saül's avatar Cam Saül
Browse files

Add type mapping for MySQL SMALLINT type :scream_cat:

parent 1bdc50d4
Branches
Tags
No related merge requests found
......@@ -49,6 +49,7 @@
:NUMERIC :DecimalField
:REAL :FloatField
:SET :UnknownField
:SMALLINT :IntegerField
:TEXT :TextField
:TIME :TimeField
:TIMESTAMP :DateTimeField
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment