transferred Code Ocean from original repository to GitHub
This commit is contained in:
8
db/migrate/20140701120126_create_consumers.rb
Normal file
8
db/migrate/20140701120126_create_consumers.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class CreateConsumers < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :consumers do |t|
|
||||
t.string :name
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user