diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2016-12-06 09:27:04 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2016-12-06 09:27:04 +0900 |
commit | 6be637440304076734700644f73d994dbd5225f8 (patch) | |
tree | b0bb366b95ab11c05f71792a856552de74aa8904 /activerecord/lib/active_record.rb | |
parent | 9b6f312734ce4cc727c4818918a146edd2212146 (diff) | |
download | rails-6be637440304076734700644f73d994dbd5225f8.tar.gz rails-6be637440304076734700644f73d994dbd5225f8.tar.bz2 rails-6be637440304076734700644f73d994dbd5225f8.zip |
Should be sync the `primary_key` definition with actually created
Actually the `primary_key` definition is not used but the inconsistency
is confusing. Actual definition is `bigint auto_increment PRIMARY KEY`
so `UNSIGNED` and `(8)` is unnecessary.
See also #21607.
Diffstat (limited to 'activerecord/lib/active_record.rb')
0 files changed, 0 insertions, 0 deletions