spec/schema.rb in active_null-0.0.5 vs spec/schema.rb in active_null-0.0.6

- old
+ new

@@ -1,9 +1,10 @@ ActiveRecord::Schema.define do self.verbose = false create_table :posts, force: true do |t| t.string :title + t.string :_type t.timestamps end create_table :comments, force: true do |t| t.string :content