Sha256: 7749a3a02fcbe7d58753a646047dd680d54e7e014eb9beca7f4debe655fbc173
Contents?: true
Size: 412 Bytes
Versions: 17
Compression:
Stored size: 412 Bytes
Contents
class CreateCensorBearStopWords < ActiveRecord::Migration[6.1] def change create_table :censor_bear_stop_words do |t| t.string :key t.bigint :user_id t.string :ugc t.string :username t.string :nickname t.string :signature t.string :dialog t.string :replacement t.timestamps end add_index :censor_bear_stop_words, :key, unique: true end end
Version data entries
17 entries across 17 versions & 1 rubygems