aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-09-24 09:08:43 -0600
committerSean Griffin <sean@seantheprogrammer.com>2015-09-24 09:08:43 -0600
commit8587cf0d930832c362249ccec5fe896bd6563e2b (patch)
tree298ca6c3f0a593cb55f9fe90c4f69b7647d43e94 /activerecord/test/schema
parent4a375a83deab7a3089e718a1d18ddc4c2846cd40 (diff)
parent4ccdd4122dfdab200c02f78a994f4112d6164164 (diff)
downloadrails-8587cf0d930832c362249ccec5fe896bd6563e2b.tar.gz
rails-8587cf0d930832c362249ccec5fe896bd6563e2b.tar.bz2
rails-8587cf0d930832c362249ccec5fe896bd6563e2b.zip
Merge pull request #21720 from byroot/ignore-columns
Implement ActiveRecord::Base.ignored_columns
Diffstat (limited to 'activerecord/test/schema')
-rw-r--r--activerecord/test/schema/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index 4c6d1ef3ce..4b7272f10a 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -250,6 +250,7 @@ ActiveRecord::Schema.define do
create_table :developers, force: true do |t|
t.string :name
+ t.string :first_name
t.integer :salary, default: 70000
if subsecond_precision_supported?
t.datetime :created_at, precision: 6