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
In this PR #334 there was added new option to specify MySQL table comment, however it's missing in docs.
I'm not really sure in which place I should add it (probably new hading for MySQL specific options under Creating a table), moreover I"m not really sure my english would be sufficient.
When looking at the MySQL Adapter specific options, there are two undocumented ones that probably should go to docs as well:
engine default InnoDB
collation default utf8_general_ci
The text was updated successfully, but these errors were encountered:
In this PR #334 there was added new option to specify MySQL table comment, however it's missing in docs.
I'm not really sure in which place I should add it (probably new hading for MySQL specific options under Creating a table), moreover I"m not really sure my english would be sufficient.
When looking at the MySQL Adapter specific options, there are two undocumented ones that probably should go to docs as well:
The text was updated successfully, but these errors were encountered: