Sha256: 3ee8d99541d3bf5ac4e9d70f1af68c68ffc5100d7b9d5d22c6fe24abe081a08e
Contents?: true
Size: 239 Bytes
Versions: 8
Compression:
Stored size: 239 Bytes
Contents
class CreateAssignments < ActiveRecord::Migration def self.up create_table :assignments do |t| t.belongs_to :user t.belongs_to :role t.timestamps end end def self.down drop_table :assignments end end
Version data entries
8 entries across 4 versions & 1 rubygems