Sha256: 3f566a84963cf8e937a46143ae518a032a82b5dc91cb14e63ede7ce22f7e1bad
Contents?: true
Size: 224 Bytes
Versions: 19
Compression:
Stored size: 224 Bytes
Contents
class CreateAdminUsers < ActiveRecord::Migration def self.up create_table :users do |t| t.string :email t.string :password t.timestamps end end def self.down drop_table :users end end
Version data entries
19 entries across 19 versions & 1 rubygems