mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
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:
parent
1439708ac4
commit
956a5fd36f
@ -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`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user