Remove default ENGINE documentation for MySQL and MariaDB

Removes default ENGINE documentation hint for MySQL and MariaDB as we
aren't taking measures to set the default ENGINE anymore.
This commit is contained in:
Alberto Almagro 2017-11-18 12:22:28 +01:00
parent 7ac7f4a188
commit 95b6a198ef

@ -353,8 +353,7 @@ create_table :products, options: "ENGINE=BLACKHOLE" do |t|
end end
``` ```
will append `ENGINE=BLACKHOLE` to the SQL statement used to create the table will append `ENGINE=BLACKHOLE` to the SQL statement used to create the table.
(when using MySQL or MariaDB, the default is `ENGINE=InnoDB`).
Also you can pass the `:comment` option with any description for the table Also you can pass the `:comment` option with any description for the table
that will be stored in database itself and can be viewed with database administration that will be stored in database itself and can be viewed with database administration