chore(database): pg oid and name data type in view (#1982)

This commit is contained in:
ChengLei Shao 2023-06-05 10:56:34 +08:00 committed by GitHub
parent 76e9240d7d
commit ad726e6a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ const postgres = {
varchar: 'string', varchar: 'string',
text: 'text', text: 'text',
char: 'string', char: 'string',
oid: 'string',
name: 'string',
smallint: 'integer', smallint: 'integer',
integer: 'integer', integer: 'integer',