Sha256: c73d143ca0ab1241b5d1dfbca412dafc1a5ce79653fa4e05f9716ace82377bb8
Contents?: true
Size: 285 Bytes
Versions: 23
Compression:
Stored size: 285 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :email t.string :password_digest t.string :auth_token t.string :password_reset_token t.datetime :password_reset_sent_at t.timestamps end end end
Version data entries
23 entries across 23 versions & 3 rubygems