I exported sql file with tables schema without any data inside. Then I wanted to import it to another, empty database, so that it will create empty tables there.
The problem is it imported the file in the first database, non-empty, and thus, it restored the tables to the empty state.
So now all of my tables are empty.
So again, I exported empty tables sql file from staging database, and imported them to fresh, empty database. But instead the file was imported, accidentaly, to the staging database, and all data was removed.
I checked "default target schema" in import options to the right database, so I don't know what went wrong here.
My question is - is there a way to resotre the removed data?