initial commit
This commit is contained in:
10
db/migrate/20131204034931_create_results.rb
Normal file
10
db/migrate/20131204034931_create_results.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateResults < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :results do |t|
|
||||
t.integer :user_id
|
||||
t.string :time
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user