chore(database): pg oid and name data type in view (#1982)
This commit is contained in:
parent
76e9240d7d
commit
ad726e6a94
@ -3,6 +3,8 @@ const postgres = {
|
||||
varchar: 'string',
|
||||
text: 'text',
|
||||
char: 'string',
|
||||
oid: 'string',
|
||||
name: 'string',
|
||||
|
||||
smallint: 'integer',
|
||||
integer: 'integer',
|
||||
|
Loading…
Reference in New Issue
Block a user