transferred Code Ocean from original repository to GitHub
This commit is contained in:
12
db/migrate/20140829141913_create_hints.rb
Normal file
12
db/migrate/20140829141913_create_hints.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateHints < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :hints do |t|
|
||||
t.belongs_to :execution_environment
|
||||
t.string :locale
|
||||
t.text :message
|
||||
t.string :name
|
||||
t.string :regular_expression
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user