I have an SQL server database with a lot of tables and data. I need to reproduce it locally in a docker container. I have successfully exported the schema and reproduced it. When I dump data to an SQL file, it does not export automatically generated fields (Like ids or uuids for example)I have an SQL server database with a lot of tab