mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs(cockroach): fix typo in CockroachDriver jsdoc for mappedDataTypes (#11775)
Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
parent
6da0911a0b
commit
02e7b713ed
@ -196,7 +196,7 @@ export class CockroachDriver implements Driver {
|
||||
|
||||
/**
|
||||
* Orm has special columns and we need to know what database column types should be for those types.
|
||||
* Column types are driver dependant.
|
||||
* Column types are driver dependent.
|
||||
*/
|
||||
mappedDataTypes: MappedColumnTypes = {
|
||||
createDate: "timestamptz",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user