mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8baca31dbe
Since #29504, mysql2 adapter lost ability to insert zero value on primary key due to enforce `NO_AUTO_VALUE_ON_ZERO` disabled. That is for using `DEFAULT` on auto increment column, but we can use `NULL` instead in that case.
5 lines
30 B
YAML
5 lines
30 B
YAML
zero:
|
|
id: 0
|
|
|
|
first:
|
|
id: 1
|