Sha256: 6b244dddd15ea5656d1a530cee5617605530a56b21d867778aa177e583111b00
Contents?: true
Size: 335 Bytes
Versions: 15
Compression:
Stored size: 335 Bytes
Contents
class CreateCensorBearLogs < ActiveRecord::Migration[6.1] def change create_table :censor_bear_logs do |t| t.text :original_content t.string :scenario t.string :action t.string :stage t.text :filtered_content t.string :mod_words, array: true, default: [] t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems