Initial commit
This commit is contained in:
10
db/migrate/20200529011930_create_rate_table.rb
Normal file
10
db/migrate/20200529011930_create_rate_table.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateRateTable < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
create_table :rates do |t|
|
||||
t.decimal :download
|
||||
t.decimal :upload
|
||||
t.datetime :created_at
|
||||
t.datetime :updated_at
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user