docs: updated jsdoc link to PostgreSQL documentation for data types (#11680)

Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com>
This commit is contained in:
Piotr Kuczynski 2025-10-03 08:49:45 +02:00 committed by GitHub
parent 336fef8f14
commit 77fb94d419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,8 +115,7 @@ export class PostgresDriver implements Driver {
/**
* Gets list of supported column data types by a driver.
*
* @see https://www.tutorialspoint.com/postgresql/postgresql_data_types.htm
* @see https://www.postgresql.org/docs/9.2/static/datatype.html
* @see https://www.postgresql.org/docs/current/datatype.html
*/
supportedDataTypes: ColumnType[] = [
"int",