You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running createTable() with an object for the table name, I am unable to use column comments. It throws this error: relation "[object Object]" does not exist. I think the column comment function just needs to check if the table name is an object and build the appropriate string if it is.
The SQL generated is this: COMMENT ON COLUMN "[object Object]"."column"
The text was updated successfully, but these errors were encountered:
When running
createTable()
with an object for the table name, I am unable to use column comments. It throws this error:relation "[object Object]" does not exist
. I think the column comment function just needs to check if the table name is an object and build the appropriate string if it is.The SQL generated is this:
COMMENT ON COLUMN "[object Object]"."column"
The text was updated successfully, but these errors were encountered: