ERROR: type "binary" does not exist And I create table manually, and
Hi friends
I try to import mysql schema to postgresql by mysql_fdw.
I get error like that:
ERROR: type "binary" does not exist
And I create table manually, and change some data types like binary to bytea.
Finally,
Run again "import foreign schema" command ..
I get same error.
Any idea?
Thanks.