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',
|
varchar: 'string',
|
||||||
text: 'text',
|
text: 'text',
|
||||||
char: 'string',
|
char: 'string',
|
||||||
|
oid: 'string',
|
||||||
|
name: 'string',
|
||||||
|
|
||||||
smallint: 'integer',
|
smallint: 'integer',
|
||||||
integer: 'integer',
|
integer: 'integer',
|
||||||
|
Loading…
Reference in New Issue
Block a user