fixing repeating column types for mysql / mariadb

removing repeated types of `int`, `tinyint`, `smallint`, `mediumint`, `bigint` at  column types for mysql / mariadb
This commit is contained in:
Pablo Carrera Estrada 2018-01-31 23:46:07 -05:00 committed by GitHub
parent 1439708ac4
commit 956a5fd36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,9 +237,9 @@ or
### Column types for `mysql` / `mariadb`
`int`, `tinyint`, `smallint`, `mediumint`, `bigint`, `decimal`, `float`, `double`,
`decimal`, `real`, `datetime`, `time`, `timestamp`, `int`, `tinyint`, `smallint`, `mediumint`, `bigint`,
`character`, `varchar`, `char`, `tinyblob`, `tinytext`, `mediumblob`, `mediumtext`, `blob`, `text`,
`longblob`, `longtext`, `date`, `year`, `enum`, `json`
`real`, `datetime`, `time`, `timestamp`, `character`, `varchar`, `char`, `tinyblob`,
`tinytext`, `mediumblob`, `mediumtext`, `blob`, `text`, `longblob`, `longtext`, `date`,
`year`, `enum`, `json`
### Column types for `postgres`