mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
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:
parent
336fef8f14
commit
77fb94d419
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user