Sha256: ea2208bc8550fddbc094f6047401dfa2a50add9903876fca13f31bb3897d9285
Contents?: true
Size: 210 Bytes
Versions: 44
Compression:
Stored size: 210 Bytes
Contents
class CreateAdmins < ActiveRecord::Migration def change create_table :admins do |t| t.string :login t.string :password_hash t.string :password_salt t.timestamps end end end
Version data entries
44 entries across 44 versions & 1 rubygems