mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
8 lines
136 B
Ruby
8 lines
136 B
Ruby
class CreateProblemsAgain < ActiveRecord::Migration
|
|
def change
|
|
create_table :problems do |t|
|
|
t.timestamps
|
|
end
|
|
end
|
|
end
|