Hi all
Testing the newly added Data Transfer feature. Tried to transfer a table from remote server to local machine where DBeaver is installed. Created a local database named TESTING and tried that DBeaver managed the create destination table.
Get an error:
Can't alter target schema:
CREATE TABLE TESTING.mytable_local(
id int NOT NULL,
Name varchar(64) NOT NULL,
Attribute varchar(32) NOT NULL,
Value varchar(253) NOT NULL,
mime varchar(200),
PRIMARY KEY (id)
)
thanks