Sha256: 48ca47fda1c701f41ca5687c78051414aa6588aebeeb6dc8d06908d6c7e2835f

Contents?: true

Size: 258 Bytes

Versions: 7

Compression:

Stored size: 258 Bytes

Contents

class CreateAntispamIps < ActiveRecord::Migration[6.1]
  def change
    create_table :antispam_ips do |t|
      t.string :address
      t.string :provider
      t.integer :threat
      t.datetime :expires_at

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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