spec/schema.rb in custom-attributes-0.1.1 vs spec/schema.rb in custom-attributes-0.1.2
- old
+ new
@@ -32,9 +32,10 @@
create_table "products", :force => true do |t|
t.string :name
t.float :width
t.float :height
+ t.string :details_url
end
create_table "locations", :force => true do |t|
t.string :name
end