Import database schema in various formats. Importing it via CSV is recommended as it faster to do, gives more fine-grained control (e.g. you can exclude/include table) and includes column types.
Importing via CSV can be done in a jiff by running the provided SQL query on your database.
Read more.