Sha256: 7a83b4239aae08643d161881a6deadf30f8d8e4a878fe73adace60728aaccf2f

Contents?: true

Size: 252 Bytes

Versions: 8

Compression:

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

8 entries across 8 versions & 1 rubygems

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