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