test/schema.rb in flag_shih_tzu-0.3.16 vs test/schema.rb in flag_shih_tzu-0.3.17
- old
+ new
@@ -1,7 +1,6 @@
ActiveRecord::Schema.define(:version => 0) do
create_table :spaceships, :force => true do |t|
- t.string :type, :null => false, :default => 'Spaceship'
t.integer :flags, :null => false, :default => 0
t.string :incorrect_flags_column, :null => false, :default => ''
end
create_table :spaceships_with_custom_flags_column, :force => true do |t|