removed special offer id from items
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class CreateDeliveryTimeEstimations < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :delivery_time_estimations do |t|
|
||||
t.string :name
|
||||
t.integer :duration_in_days
|
||||
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user