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