Describe the bug
When saving SQL files, the create index statements are missing.
To Reproduce
Steps to reproduce the behavior:
Select an object to save to schema SQL file.
Proceed through steps to create tables, but intentionally fail to connect to the database (MySQL at least, probably also others)
Save to SQL.
SQL file will have create table statement, but no indexes.
Expected behavior
SQL File should have all statements that would have been attempted to generate the table.
Additional context
There may be other differences between the generated statements and what gets run when connected. It's possible this is an issue in the underlying calls from Knex.
Describe the bug When saving SQL files, the create index statements are missing.
To Reproduce Steps to reproduce the behavior:
Expected behavior SQL File should have all statements that would have been attempted to generate the table.
Additional context There may be other differences between the generated statements and what gets run when connected. It's possible this is an issue in the underlying calls from Knex.