Adding certifications; messed up adding certification_users so not staging those
This commit is contained in:
10
db/migrate/20130125085218_create_certifications.rb
Normal file
10
db/migrate/20130125085218_create_certifications.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateCertifications < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :certifications do |t|
|
||||
t.string :name
|
||||
t.string :description
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user