Export data structure issue

Use case:

  1. Create several tables with relations. Check relations works fine.
  2. Export tables
  3. Import tables
  4. Relations cannot be loaded by

List<String> relationProps = new ArrayList<>();
relationProps.add(“items”);
relationProps.add(“items.manufacturer”);
Backendless.Data.of(Usr.class).loadRelations(user, relationProps);

It looks like autoupload propertie was lost during export/import tables structure.

Hi Dmitry,

The"autoload" property is not included into the export. So, yes, it will not transfer to another app when you import data.

Regards,
Mark