You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: