Merge pull request #306 from plusiv/add-char-support-mysql
add char support for mysql
This commit is contained in:
commit
4adc89d441
@ -12,6 +12,7 @@ class InspectMySQL(Inspect):
|
||||
"tinyint": self.bool_field,
|
||||
"bigint": self.bigint_field,
|
||||
"varchar": self.char_field,
|
||||
"char": self.char_field,
|
||||
"longtext": self.text_field,
|
||||
"text": self.text_field,
|
||||
"datetime": self.datetime_field,
|
||||
|
Loading…
x
Reference in New Issue
Block a user