Adding certifications; messed up adding certification_users so not staging those

This commit is contained in:
2013-01-25 03:12:25 -07:00
parent fe283b051f
commit 43d949dc1d
20 changed files with 264 additions and 4 deletions

View 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