MySQL 8.0+ : Compare and Generate Schema without Integer Display Width
> In mySQL 8, there is a Warning, when creating a field with integer incl. precision.
> "Warning: #1681 Integer display width is deprecated and will be removed in a future release."
Can DevArt provide updates on product updates since those forum questions were posted or upcoming product plans to address these use cases:
- When comparing database schema between two databases, will there be an option to ignore display width in determining if there are differences between two object (e.g. table) schemas?
- Can it be a user-configurable setting?
- Is there anything automatic (internal to dbForge Studio for MySQL) that is based on whether the source or target database is on a version of MySQL 8.0 or later? If so, would this work with AWS Aurora for MySQL? (I.e. is it based on MySQL compatibility version even if the database engine is a different flavor of MySQL compatible database?)
- When comparing database schema between two databases, will there be
an option for generating the synchronization SQL to not including display width for integer columns? (e.g. make the target type `BIGINT` rather than `BIGINT(20)`)
- When using the "Backup Database" dbForge feature, will there be a setting in the UI wizard to exclude display width for integer columns in the generated SQL?
- Are there any other product updates or plans to update other related dbForge Studio for MySQL features to allow omitting integer display width in order to avoid MySQL engine updates when running SQL scripts generated by dbForge?