Sha256: 81bfd71cce561e3ad168de73432da2422ed03de994f967665d608bbf49d5f5c5
Contents?: true
Size: 227 Bytes
Versions: 8
Compression:
Stored size: 227 Bytes
Contents
class CreateAntispamChallenges < ActiveRecord::Migration[6.1] def change create_table :antispam_challenges do |t| t.string :question t.string :answer t.string :code t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems