Sha256: 9c5305fb6ca7f1ba2b827382a11b8c2063aee280b2c55dc48fa29505cd89deec

Contents?: true

Size: 413 Bytes

Versions: 11

Compression:

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

11 entries across 11 versions & 1 rubygems

Version Path
censor_bear-0.1.29 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.28 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.27 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.26 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.25 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.24 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.23 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.22 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.21 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.20 db/migrate/20211126133758_create_censor_bear_stop_words.rb
censor_bear-0.1.19 db/migrate/20211126133758_create_censor_bear_stop_words.rb