initial commit
This commit is contained in:
11
db/migrate/20131206040324_create_solutions.rb
Normal file
11
db/migrate/20131206040324_create_solutions.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateSolutions < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :solutions do |t|
|
||||
t.integer :number
|
||||
t.string :time
|
||||
t.string :username
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user