diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-08 18:57:05 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-08 19:23:26 +0900 |
commit | f185e0ebc9cc18c596eb9cab1a9cd99e26a20500 (patch) | |
tree | 7e505622c6c7672b7f401424969f82800caaa675 /activerecord/lib/active_record/migration | |
parent | bf1494a1018a0bdc50dac4e87fdbf4b6b03083fa (diff) | |
download | rails-f185e0ebc9cc18c596eb9cab1a9cd99e26a20500.tar.gz rails-f185e0ebc9cc18c596eb9cab1a9cd99e26a20500.tar.bz2 rails-f185e0ebc9cc18c596eb9cab1a9cd99e26a20500.zip |
Except `table_name` from column objects
The `table_name` was added at #23677 to detect whether serial column or
not correctly.
We can do that detection before initialize column object, it makes
column object size smaller, and it probably helps column object
de-duplication.
Diffstat (limited to 'activerecord/lib/active_record/migration')
0 files changed, 0 insertions, 0 deletions