/
Column Types
Supported MySQL Column Types
The goal of SchemaHero is to support all column types. Currently, there is support for the following Mysql types. If there are any missing, open an issue to report it.
Column Type | Recognized Aliases | SchemaHero Version |
---|---|---|
date | v0.1.0 | |
tinyblob | v0.1.0 | |
mediumblob | v0.1.0 | |
mediumtext | v0.1.0 | |
longblob | v0.1.0 | |
longtext | v0.1.0 | |
varchar | v0.1.0 | |
char | v0.1.0 | |
tinyint | bool, boolean | v0.1.0 |
bit | v0.1.0 | |
smallint | v0.1.0 | |
mediumint | v0.1.0 | |
int | v0.1.0 | |
bigint | v0.1.0 | |
decimal | v0.1.0 | |
float | v0.1.0 | |
double | v0.1.0 | |
binary | v0.1.0 | |
varbinary | v0.1.0 | |
blob | v0.1.0 | |
text | v0.1.0 |