Sha256: 82799a0d91a7db3b33f421c86421c4c970734eebac9211095e13c88fb8b6db7f

Contents?: true

Size: 264 Bytes

Versions: 7

Compression:

Stored size: 264 Bytes

Contents

class CreateAntispamBlocks < ActiveRecord::Migration[6.1]
  def change
    create_table :antispam_blocks do |t|
      t.string :ip
      t.string :provider
      t.string :controllername
      t.string :actionname

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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