Sha256: d8da1a26057c1eeb8cdbec445d0b8242c043f64c877bcd495fb0cfe48e946316

Contents?: true

Size: 238 Bytes

Versions: 7

Compression:

Stored size: 238 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

7 entries across 7 versions & 1 rubygems

Version Path
antispam-0.2.11 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.2.10 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.2.8 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.2.6 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.2.5 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.2.4 db/migrate/20210130214835_create_antispam_challenges.rb
antispam-0.2.3 db/migrate/20210130214835_create_antispam_challenges.rb