tables => [
{
name => "Basic",
+ options => [ { ENGINE => 'InnoDB' } ],
extra => {
foo => "bar",
hello => "world",
bar => "baz",
- mysql_table_type => "InnoDB",
},
fields => [
{
foo => "bar",
hello => "world",
bar => "baz",
- mysql_table_type => "InnoDB",
},
+ options => [ { ENGINE => 'InnoDB' } ],
fields => [
{
name => "id",