Sha256: 61cc04ed8202d70c21169076f1315340a87b795f0d631ae2d95545f68ca7d7ba
Contents?: true
Size: 247 Bytes
Versions: 47
Compression:
Stored size: 247 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: true end end end
Version data entries
47 entries across 47 versions & 1 rubygems