Add ROW_FORMAT to MySQL table DDL
Open
x:mysql
xf:metadata
xf:sql
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
**Is your feature request related to a problem? Please describe.**
When generating MySQL table DDL, ROW_FORMAT syntax is missing which will create the table when run with the default format defined in the MySQL server variable "innodb_default_row_format".
**Describe the solution you'd like**
Add the ROW_FORMAT syntax part at the end of the DDL command.
Contributor guide
Assessment
This issue has not been assessed yet.