Schema weirdness

This commit is contained in:
Rob Harrington
2014-09-16 23:45:36 +10:00
parent 5cf09d264c
commit 9e2e96d19e

View File

@@ -565,9 +565,9 @@ ActiveRecord::Schema.define(:version => 20140904003026) do
t.string "email"
t.text "special_instructions"
t.integer "distributor_id"
t.integer "order_cycle_id"
t.string "currency"
t.string "last_ip_address"
t.integer "order_cycle_id"
t.integer "cart_id"
end