9902345291
muahahahah
10 lines
162 B
Ruby
10 lines
162 B
Ruby
# frozen_string_literal: true
|
|
class CreateBenefits < ActiveRecord::Migration
|
|
def change
|
|
create_table :benefits do |t|
|
|
|
|
t.timestamps
|
|
end
|
|
end
|
|
end
|