Sha256: 69f157ca446aa0e412824999766f63f0ca9160c5ccde052a1269fd81704504ad
Contents?: true
Size: 204 Bytes
Versions: 4
Compression:
Stored size: 204 Bytes
Contents
class CreateRights < ActiveRecord::Migration def self.up create_table :rights do |t| t.column :name, :string t.timestamps end end def self.down drop_table :rights end end
Version data entries
4 entries across 4 versions & 2 rubygems