added delivery costs to total / added ribica logo just for fun / added validation check when confirming delivery
This commit is contained in:
11
front-api/db/migrate/20150312073820_create_places.rb
Normal file
11
front-api/db/migrate/20150312073820_create_places.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreatePlaces < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :places do |t|
|
||||
t.string :postal_code
|
||||
t.decimal :delivery_price
|
||||
t.string :name
|
||||
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user