docs(cockroach): fix typo in CockroachDriver jsdoc for mappedDataTypes (#11775)

Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
Edge-Seven 2025-11-18 17:07:22 +07:00 committed by GitHub
parent 6da0911a0b
commit 02e7b713ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",