Sha256: 899e148fb369e4da412c7bf9cdc15f10542dbd33f6e6189f9758895734c7be63
Contents?: true
Size: 426 Bytes
Versions: 16
Compression:
Stored size: 426 Bytes
Contents
class CreateCensorBearModLogs < ActiveRecord::Migration[6.1] def change create_table :censor_bear_mod_logs do |t| t.bigint :record_id t.string :record_type t.text :content t.string :reason t.string :mod_words, array: true, default: [] t.integer :status, default: 0 t.bigint :user_id t.timestamps t.index %w[record_type record_id], using: :btree end end end
Version data entries
16 entries across 16 versions & 1 rubygems