mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
7ac7f4a188
commit
95b6a198ef
1 changed files with 1 additions and 2 deletions
|
@ -353,8 +353,7 @@ create_table :products, options: "ENGINE=BLACKHOLE" do |t|
|
|||
end
|
||||
```
|
||||
|
||||
will append `ENGINE=BLACKHOLE` to the SQL statement used to create the table
|
||||
(when using MySQL or MariaDB, the default is `ENGINE=InnoDB`).
|
||||
will append `ENGINE=BLACKHOLE` to the SQL statement used to create 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
|
||||
|
|
Loading…
Reference in a new issue