MySQL/MariaDB storage engine option.
Example:
object Users : Table("users") { override val options = listOf(Table.EngineOption(Table.TableEngine.INNODB))}
Generates: ENGINE=InnoDB
ENGINE=InnoDB
Returns the SQL string representation of this option.