This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
class CreateBenefits < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :benefits do |t|
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user