From fa18c61153bea05e72e674e376d874d8ad7679ea Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 4 Feb 2013 09:48:21 +0100 Subject: test case for `serialize` default values. Closes #9110 --- activerecord/test/schema/schema.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/test/schema/schema.rb') diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb index cd9835259a..7b26fb82e6 100644 --- a/activerecord/test/schema/schema.rb +++ b/activerecord/test/schema/schema.rb @@ -685,6 +685,7 @@ ActiveRecord::Schema.define do create_table :traffic_lights, :force => true do |t| t.string :location t.string :state + t.text :long_state, :null => false t.datetime :created_at t.datetime :updated_at end -- cgit v1.2.3