Sha256: e4db6bd7a3005d279710aa71e9ce362acf5f3a9af2bc22c23a658cb4e7cbf561
Contents?: true
Size: 243 Bytes
Versions: 47
Compression:
Stored size: 243 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change create_table :password_reset_tokens do |t| t.references :user, null: false, foreign_key: true end end end
Version data entries
47 entries across 47 versions & 1 rubygems