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