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

Version Path
antispam-0.2.0 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.1.7 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.1.5 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.1.4 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.1.3 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.1.2 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.1.1 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.1.0 db/migrate/20210130214835_create_antispam_challenges.rb